u
This commit is contained in:
@@ -12,8 +12,8 @@ random_gravity=${gravity[ $RANDOM % ${#gravity[@]} ]}
|
|||||||
|
|
||||||
notify-send "${random_image_file} @ ${random_gravity}"
|
notify-send "${random_image_file} @ ${random_gravity}"
|
||||||
|
|
||||||
scrot --display :0 --overwrite /tmp/currentworkspace.png
|
scrot --overwrite /tmp/currentworkspace.png
|
||||||
#monitorshot.sh /tmp/currentworkspace.png
|
#monitorshot.sh /tmp/currentworkspace.png
|
||||||
convert /tmp/currentworkspace.png -blur 0x9 /tmp/currentworkspaceblur.png
|
convert /tmp/currentworkspace.png -blur 0x9 /tmp/currentworkspaceblur.png
|
||||||
composite -gravity ${random_gravity} ${random_image} /tmp/currentworkspaceblur.png /tmp/lockbackground.png
|
composite -gravity ${random_gravity} ${random_image} /tmp/currentworkspaceblur.png /tmp/lockbackground.png
|
||||||
#i3lock --tiling -i /tmp/lockbackground.png
|
i3lock --tiling -i /tmp/lockbackground.png
|
||||||
|
|||||||
Reference in New Issue
Block a user