aboutsummaryrefslogtreecommitdiffstats
path: root/herbstluftwm
diff options
context:
space:
mode:
Diffstat (limited to 'herbstluftwm')
-rwxr-xr-xherbstluftwm/.config/herbstluftwm/lock.sh4
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
3SCREENCAP="/tmp/lock.png" 3SCREENCAP="/tmp/lock.png"
4scrot $SCREENCAP 4scrot $SCREENCAP
5convert -gaussian-blur "12x3" $SCREENCAP $SCREENCAP 5convert -scale 10% -scale 1000% $SCREENCAP $SCREENCAP
6i3lock -i $SCREENCAP 6i3lock -i $SCREENCAP
7rm $SCREENCAP 7rm $SCREENCAP