Bildschirmfoto dauert zu lange. festes Bild für Lockscreen

This commit is contained in:
madmaurice 2015-08-30 12:10:55 +02:00
parent 6d4545c414
commit 350755826e

View file

@ -1,11 +1,12 @@
#!/bin/bash
TMP=/tmp/lockscreen.png
#TMP=/tmp/lockscreen.png
#scrot -q 30 -z $TMP
#convert $TMP -scale 10% -scale 1000% $TMP
blurscreen $TMP
#blurscreen $TMP
#convert -brightness-contrast -50x-40 $TMP $TMP
convert -fill black -colorize 50% $TMP $TMP
exec i3lock -u -i $TMP
#scrot $TMP -e 'convert -resize 20% -fill "#282828" -colorize 50% -blur 0x1 -resize 500% $f '"$TMP"
#convert -gravity Center -composite $TMP ~/.config/lock.png $TMP
exec i3lock -u -i ~/.config/lockimage.png -c 000000