diff options
Diffstat (limited to 'herbstluftwm')
| -rwxr-xr-x | herbstluftwm/.config/herbstluftwm/lock.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/herbstluftwm/.config/herbstluftwm/lock.sh b/herbstluftwm/.config/herbstluftwm/lock.sh index 04c4638..3ca61bc 100755 --- a/herbstluftwm/.config/herbstluftwm/lock.sh +++ b/herbstluftwm/.config/herbstluftwm/lock.sh | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #!/bin/bash | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | SCREENCAP="/tmp/lock.png" | 3 | SCREENCAP="/tmp/lock.png" |
| 4 | scrot $SCREENCAP | 4 | scrot $SCREENCAP |
| 5 | convert -gaussian-blur "12x3" $SCREENCAP $SCREENCAP | 5 | convert -scale 10% -scale 1000% $SCREENCAP $SCREENCAP |
| 6 | i3lock -i $SCREENCAP | 6 | i3lock -i $SCREENCAP |
| 7 | rm $SCREENCAP | 7 | rm $SCREENCAP |
