This commit is contained in:
committer
2024-05-19 19:46:13 -05:00
parent 869c62e204
commit 9ccd0cb078

View File

@@ -13,6 +13,6 @@ random_gravity=${gravity[ $RANDOM % ${#gravity[@]} ]}
notify-send "${random_image_file} @ ${random_gravity} ➔ coming up…"
scrot --display :0 --overwrite /tmp/currentworkspace.png
convert /tmp/currentworkspace.png -blur 0x1 /tmp/currentworkspaceblur.png
convert /tmp/currentworkspace.png -blur 0x9 /tmp/currentworkspaceblur.png
composite -gravity ${random_gravity} ${random_image} /tmp/currentworkspaceblur.png /tmp/lockbackground.png
i3lock -i /tmp/lockbackground.png