u
This commit is contained in:
@@ -10,8 +10,10 @@ overlay=/home/${USER}/.local/share/img/
|
|||||||
gravity=("center" "northwest" "northeast" "southwest" "southeast")
|
gravity=("center" "northwest" "northeast" "southwest" "southeast")
|
||||||
random_gravity=${gravity[ $RANDOM % ${#gravity[@]} ]}
|
random_gravity=${gravity[ $RANDOM % ${#gravity[@]} ]}
|
||||||
|
|
||||||
echo "${random_image}"
|
notify-send "${random_image} @ ${random_gravity} coming up…"
|
||||||
echo "${random_gravity}"
|
|
||||||
|
#echo "${random_image}"
|
||||||
|
#echo "${random_gravity}"
|
||||||
|
|
||||||
#scrot /tmp/currentworkspace.png
|
#scrot /tmp/currentworkspace.png
|
||||||
#convert /tmp/currentworkspace.png -blur 0x5 /tmp/currentworkspaceblur.png
|
#convert /tmp/currentworkspace.png -blur 0x5 /tmp/currentworkspaceblur.png
|
||||||
|
|||||||
Reference in New Issue
Block a user