This commit is contained in:
committer
2024-05-19 18:53:45 -05:00
parent 4ba0860126
commit 5417edfc13

View File

@@ -10,8 +10,10 @@ overlay=/home/${USER}/.local/share/img/
gravity=("center" "northwest" "northeast" "southwest" "southeast")
random_gravity=${gravity[ $RANDOM % ${#gravity[@]} ]}
echo "${random_image}"
echo "${random_gravity}"
notify-send "${random_image} @ ${random_gravity} coming up…"
#echo "${random_image}"
#echo "${random_gravity}"
#scrot /tmp/currentworkspace.png
#convert /tmp/currentworkspace.png -blur 0x5 /tmp/currentworkspaceblur.png