Update neofetch
This commit is contained in:
parent
1b99df310d
commit
ce39f1bdbd
1 changed files with 2 additions and 2 deletions
4
neofetch
4
neofetch
|
@ -3742,8 +3742,8 @@ END
|
|||
;;
|
||||
|
||||
"Plasma"*)
|
||||
image="${XDG_CONFIG_HOME}/plasma-org.kde.plasma.desktop-appletsrc"
|
||||
image="$(awk -F '=' '$1 == "Image" { print $2 }' "$image")"
|
||||
image="${XDG_CONFIG_HOME}/plasmarc"
|
||||
image="$(awk -F '=' '$1 == "usersWallpapers" { print $2 }' "$image")"
|
||||
;;
|
||||
|
||||
*)
|
||||
|
|
Loading…
Reference in a new issue