added timed capture
Code:
#!/bin/shsnip=$(zenity --question --title="" --text="" --switch --extra-button="All" --extra-button="Select" --extra-button="Time" --icon-name="eom")case "$snip" inAll) grim ;;Select) grim -g "$(slurp)" ;;Time) sleep $(zenity --entry --title="" --text="Time");grim && zenity --info --title="" --text="Got It" ;;esacStatistics: Posted by kerry_s — Fri Feb 21, 2025 12:18 am