wallpaper: Fix #1379

master
Dylan Araps 6 years ago
parent a89c736496
commit d8a3ae5fed
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
  1. 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://}
;; ;;
*) *)

Loading…
Cancel
Save