diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/guiscripts/locker | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/guiscripts/locker b/bin/guiscripts/locker new file mode 100755 index 0000000..90a1ab5 --- /dev/null +++ b/bin/guiscripts/locker @@ -0,0 +1,6 @@ +#!/bin/sh +umask 077 +file=/tmp/bg.png +grim - > $file +convert -resize 10% -resize 1000% $file $file +swaylock -i $file |