Victor Ananjevsky

Results 91 comments of Victor Ananjevsky

hi you need to describe menu in a special form. see NOTIFICATION section in man page for details in your case --menu="Quit!quit" will works Tue, 09 Aug 2022 17:17:11 -0700...

is that what you want? ```bash #! /bin/bash function hndl { echo "Choosed function - $1" kill -USR2 $YAD_PID } export -f hndl yad --button="yad-close:1" --use-interp --form --columns=2 \ --field="Function":CB...

--borders do what you want

and you can set default borders with ```gsettings set yad.settings border 5``` or any other value than 5

Is this issue still actual?

hm, :"tip" looks broken right now< sorry but you may set column for tolltips with --tooltip-column option and optionally hide it with --hide-column

leading zero means that this is an octal number

``` dn=08 yad --calendar --day=${dn/0} ```