diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-16 06:33:44 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-16 06:33:44 +0200 |
commit | b02d85f46978f4e87e71ab54edbd19e361cc4e77 (patch) | |
tree | 7b194693f83d8a61a89315e68c30248c88a0bfce | |
parent | 1342b640b6fc15d9ce88c14ee9f379e1a54dbbd4 (diff) |
remove bg img after unlocking
-rwxr-xr-x | bin/guiscripts/locker | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/guiscripts/locker b/bin/guiscripts/locker index 972843b..f464617 100755 --- a/bin/guiscripts/locker +++ b/bin/guiscripts/locker @@ -6,3 +6,4 @@ file=/tmp/bg.png grim -l 0 - > $file pixelate $file $file swaylock -u -i $file +shred -uz $file |