lock script improved

This commit is contained in:
Luke Smith 2018-06-14 14:48:22 -04:00
parent 4dbc1e4774
commit e85bf27495

View file

@ -6,11 +6,8 @@ timeout="10000"
# Take a screenshot:
scrot /tmp/screen.png
# Create a blur on the shot:
convert /tmp/screen.png -paint 1 -swirl 360 /tmp/screen.png
# Add the lock to the blurred image:
[[ -f ~/.config/i3/lock.png ]] && convert /tmp/screen.png ~/.config/i3/lock.png -gravity center -composite -matte /tmp/screen.png
# Add the lock to the swirled and blurred image:
[[ -f ~/.config/i3/lock.png ]] && convert /tmp/screen.png -paint 1 -swirl 360 ~/.config/i3/lock.png -gravity center -composite -matte /tmp/screen.png
# Pause music (mocp and mpd):
mocp -P