fix quotes
This commit is contained in:
parent
090c4e4e5b
commit
1b99df310d
2
neofetch
2
neofetch
|
@ -3743,7 +3743,7 @@ END
|
||||||
|
|
||||||
"Plasma"*)
|
"Plasma"*)
|
||||||
image="${XDG_CONFIG_HOME}/plasma-org.kde.plasma.desktop-appletsrc"
|
image="${XDG_CONFIG_HOME}/plasma-org.kde.plasma.desktop-appletsrc"
|
||||||
image="$(awk -F '=' '$1 == "Image" { print $2 }' $image)"
|
image="$(awk -F '=' '$1 == "Image" { print $2 }' "$image")"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
|
|
Reference in New Issue