mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 09:08:38 +00:00
wallpaper: Fix #1379
This commit is contained in:
5
neofetch
5
neofetch
@@ -3779,8 +3779,9 @@ END
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
"Plasma"*)
|
"Plasma"*)
|
||||||
image="${XDG_CONFIG_HOME}/plasmarc"
|
image=$XDG_CONFIG_HOME/plasma-org.kde.plasma.desktop-appletsrc
|
||||||
image="$(awk -F '=' '$1 == "usersWallpapers" { print $2 }' "$image")"
|
image=$(awk -F '=' '$1 == "Image" { print $2 }' "$image")
|
||||||
|
image=${image##file://}
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
|
Reference in New Issue
Block a user