mirror of
https://github.com/JonasunderscoreJones/i3-dotfiles.git
synced 2025-10-23 16:09:19 +02:00
added dotfiles
This commit is contained in:
parent
f6ad05459b
commit
fd3d05434f
466 changed files with 27935 additions and 1 deletions
11
.config/i3/scripts/blur-lock
Executable file
11
.config/i3/scripts/blur-lock
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
PICTURE=/tmp/i3lock.png
|
||||
SCREENSHOT="scrot -z $PICTURE"
|
||||
|
||||
BLUR="5x4"
|
||||
|
||||
$SCREENSHOT
|
||||
convert $PICTURE -blur $BLUR $PICTURE
|
||||
i3lock -i $PICTURE
|
||||
rm $PICTURE
|
Loading…
Add table
Add a link
Reference in a new issue