Wallpaper: Replace %20 with space
This commit is contained in:
parent
a2bcd934ad
commit
830cf0ec3b
2 changed files with 2 additions and 1 deletions
1
neofetch
1
neofetch
|
@ -1947,6 +1947,7 @@ getwallpaper() {
|
|||
# Strip quotes etc from the path.
|
||||
img="${img/'file://'}"
|
||||
img="${img//\'}"
|
||||
img="${img//\%20/ }"
|
||||
fi
|
||||
;;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue