add gitignore and update files
This commit is contained in:
7
displays/lock
Executable file
7
displays/lock
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
#scrot screenshot.png -m -e 'mv $f /tmp/'
|
||||
#convert /tmp/screenshot.png -blur 0x7 /tmp/screenshotblur.png
|
||||
#i3lock -t -i /tmp/screenshotblur.png
|
||||
|
||||
i3lock -t -i $(find $HOME/pictures/lockscreen -type f | shuf -n1)
|
||||
Reference in New Issue
Block a user