Intial commit

This commit is contained in:
Severin Kaderli 2016-09-02 20:38:41 +02:00
parent 3bd75bf208
commit 4d7bdfdc88
7 changed files with 477 additions and 0 deletions

4
bin/screenlock.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/bash
scrot /tmp/screenshot.png
convert /tmp/screenshot.png -blur 0x5 /tmp/screenshotblur.png
i3lock -i /tmp/screenshotblur.png