add delay to give time for rofi menu to disappear

This commit is contained in:
sudacode 2025-03-16 23:40:49 -07:00
parent 3b6e07f713
commit 012dd1d843
Signed by: sudacode
SSH Key Fingerprint: SHA256:lT5C2bB398DcX6daCF/gYFNSTK3y+Du3oTGUnYzfTEw

View File

@ -50,6 +50,7 @@ if [[ -z "$CHOICE" ]]; then
exit
fi
sleep 0.2 # give time for the rofi window to close
CMD="${CHOICES[$CHOICE]#* -}"
if [[ -z "$CMD" ]]; then
notify "screenshot.sh" "No option selected." "$IS_NOTIFY"