diff options
| author | 2015-09-08 19:40:58 +0200 | |
|---|---|---|
| committer | 2015-09-08 19:40:58 +0200 | |
| commit | 9fd79da34fc24c7f1ee2da4dfe68a87ef5654a02 (patch) | |
| tree | 0c9fc272df3e157e325ac4f21c408e948a5a64c6 | |
| parent | 11fd77fe634471834e2ed54119ac71b7b5250724 (diff) | |
| download | dotfiles-9fd79da34fc24c7f1ee2da4dfe68a87ef5654a02.tar.gz dotfiles-9fd79da34fc24c7f1ee2da4dfe68a87ef5654a02.tar.bz2 dotfiles-9fd79da34fc24c7f1ee2da4dfe68a87ef5654a02.zip | |
Changed to pixelated lockscreen
| -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 |
