mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 09:08:38 +00:00
wallpaper: Add LXQt desktop (#1516)
This commit is contained in:
5
neofetch
5
neofetch
@@ -3986,6 +3986,11 @@ END
|
|||||||
image=$(awk -F '=' '$1 == "Image" { print $2 }' "$image")
|
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
|
if type -p feh >/dev/null && [[ -f "${HOME}/.fehbg" ]]; then
|
||||||
image="$(awk -F\' '/feh/ {printf $(NF-1)}' "${HOME}/.fehbg")"
|
image="$(awk -F\' '/feh/ {printf $(NF-1)}' "${HOME}/.fehbg")"
|
||||||
|
Reference in New Issue
Block a user