general update
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
TMPBG=/tmp/screen.png
|
||||
scrot /tmp/screen.png
|
||||
magick $TMPBG -scale 10% -scale 1000% $TMPBG
|
||||
i3lock -u -i $TMPBG
|
||||
rm /tmp/screen.png
|
||||
Reference in New Issue
Block a user