Remove redundant trim
This commit is contained in:
parent
6ba0c018f0
commit
684d4e881a
1 changed files with 0 additions and 1 deletions
1
neofetch
1
neofetch
|
@ -3782,7 +3782,6 @@ END
|
|||
"Plasma"*)
|
||||
image=$XDG_CONFIG_HOME/plasma-org.kde.plasma.desktop-appletsrc
|
||||
image=$(awk -F '=' '$1 == "Image" { print $2 }' "$image")
|
||||
image=${image##file://}
|
||||
;;
|
||||
|
||||
*)
|
||||
|
|
Loading…
Reference in a new issue