mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-03 16:51:29 +00:00
fix format
This commit is contained in:
3
neofetch
3
neofetch
@@ -3742,7 +3742,8 @@ END
|
||||
;;
|
||||
|
||||
"Plasma"*)
|
||||
image="$(cat ${HOME}/.config/plasma-org.kde.plasma.desktop-appletsrc | grep --fixed-strings --after-context 1 "[Wallpaper][org.kde.image][General]" | grep --extended-regexp --only-matching "file.+")"
|
||||
image="${XDG_CONFIG_HOME}/plasma-org.kde.plasma.desktop-appletsrc"
|
||||
image="$(awk -F '=' '$1 == "Image" { print $2 }' $image)"
|
||||
;;
|
||||
|
||||
*)
|
||||
|
Reference in New Issue
Block a user