add gitignore and update files

This commit is contained in:
m3philis
2025-03-17 21:28:22 +01:00
parent 9eadf45634
commit e798659b5c
51 changed files with 3790 additions and 3 deletions

7
displays/lock Executable file
View 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)