wallpaper: Fix #1379
This commit is contained in:
parent
a89c736496
commit
d8a3ae5fed
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