wallpaper: Add LXQt desktop (#1516)

This commit is contained in:
Michael Straube 2020-08-01 09:30:01 +02:00 committed by GitHub
parent 0435dcd0cd
commit 5413aff1df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -3986,6 +3986,11 @@ END
image=$(awk -F '=' '$1 == "Image" { print $2 }' "$image")
;;
"LXQt"*)
image="$XDG_CONFIG_HOME/pcmanfm-qt/lxqt/settings.conf"
image="$(awk -F '=' '$1 == "Wallpaper" {print $2}' "$image")"
;;
*)
if type -p feh >/dev/null && [[ -f "${HOME}/.fehbg" ]]; then
image="$(awk -F\' '/feh/ {printf $(NF-1)}' "${HOME}/.fehbg")"