Remove temp file thats not needed

This commit is contained in:
Artyom 2023-06-13 21:45:35 +03:00
parent 1e86ac4555
commit 03a26db207
No known key found for this signature in database
GPG key ID: EEFBB39006B28920

View file

@ -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