Category "zenity"

How to make the zenity --notification button execute a command

I'm trying to make the "Do default action" actually do something, and I've been experimenting with zenity --notification --listen, but no matter in what order o

Control the size of the content in a zenity window?

I can control the size of a zenity window with the --width and the --height arguments: $ zenity --info --text="This is an information box." --width=600 --heigh