Remove temp file thats not needed
This commit is contained in:
parent
1e86ac4555
commit
03a26db207
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
cat ~/.config/plasma-org.kde.plasma.desktop-appletsrc | rg Image | sed 's/\Image=//g' | tail -n +1 > ~/.cache/curwal > ~/.cache/curwal && sed -i '/Preview/d' ~/.cache/curwal
|
cat ~/.config/plasma-org.kde.plasma.desktop-appletsrc | rg Image | sed 's/\Image=//g' | tail -n +1 > ~/.cache/curwal > ~/.cache/curwal && sed -i '/Preview/d' ~/.cache/curwal
|
||||||
wallust $(cat ~/.cache/curwal) -qs
|
wallust $(cat ~/.cache/curwal) -qs
|
||||||
|
rm ~/.cache/curwal
|
||||||
|
|
Loading…
Reference in a new issue