Initial commit

This commit is contained in:
Riyyi
2017-12-23 13:45:11 +01:00
commit f656f77f2d
10 changed files with 486 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
icon="$HOME/Pictures/lock.png"
tmpbg='/tmp/screen.png'
scrot "$tmpbg"
convert "$tmpbg" -scale 10% -scale 1000% "$tmpbg"
convert "$tmpbg" "$icon" -gravity center -composite -matte "$tmpbg"
i3lock -u -i "$tmpbg"