mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 09:08:38 +00:00
Remove redundant trim
This commit is contained in:
1
neofetch
1
neofetch
@@ -3782,7 +3782,6 @@ 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")
|
||||||
image=${image##file://}
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
|
Reference in New Issue
Block a user