From c6cda95669738cf20b075067c9e344375d88afc9 Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 9 Sep 2021 08:35:38 +0200 Subject: autoWall: Delete current wallpaper --- autoWall.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'autoWall.sh') diff --git a/autoWall.sh b/autoWall.sh index 36432cb..f5fc628 100755 --- a/autoWall.sh +++ b/autoWall.sh @@ -28,6 +28,11 @@ do done echo fi + + if [ ${action} = "del" -o ${action} = "delete" ] + then + rm $(cat ~/.actWall) + fi if [ ${action} = "save" ] then cp ~/.actWall ~/.savedWall -- cgit v1.2.3