Bigger Font and color in a column list. More defined box around "YES/NO,CANCEL/OK"

533 views
Skip to first unread message

John Riordan

unread,
Jan 5, 2022, 4:49:57 PM1/5/22
to yad-common
Hi All,
New to YAD and fairly new to Zenity. Been trying to use markup language with a script and bigger font sizes and colors have been awesome using markup language. However, I can't seem to get my column list choices to change color or font size.  Is this possible? Please see my included example.  This is something users have been complaining about. Guess they have vision issues.  
Also is there a way to make the cursor around the "YES/NO, CANCEL/OK" buttons darker or more defined. People have complained they don't know where the cursor is.
Thanks all,
John

Party of my script for choices:
vidwm=$(yad --list --height 380 --width 500 --height 380 --width 500 --title "Select video watermark text"  --column="Video Watermark" BLA FOO FOOBAR//ANOTHER ANDANOTHER//XXX UBUNTU//LINUX REDHAT//SUSE//AIX Custom)

Output that I am trying to get bigger:screenshot.png

Victor Ananjevsky

unread,
Jan 6, 2022, 5:13:25 AM1/6/22
to yad-c...@googlegroups.com
В Wed, 5 Jan 2022 13:49:57 -0800 (PST)
John Riordan <jfrior...@gmail.com> пишет:
you may use columns with special names @fore@, @back@ and @font@ to customize
colors and fonts for list rows

a little example:

yad --list --column=test --column=@fore@ --column=@font@ \
'red' '#ff0000' '' \
'green' '#00ff00' '' \
'big blue' '#0000ff' 'sans 20'

Julio C. Neves

unread,
Jan 6, 2022, 8:12:55 AM1/6/22
to yad-c...@googlegroups.com
The words between the tags <big> and </big> tags will be slightly bigger than without them.

yad --list --height 380 --width 500 --height 380 --width 500 --title "Select video watermark text"  --column="Video Watermark" "<big>BLA</big>" FOO "<big>FOOBAR//ANOTHER</big>" ANDANOTHER//XXX UBUNTU//LINUX REDHAT//SUSE//AIX Custom
Abraços,
Julio
» Não pode fazer um belo curso presencial?
» Na sua cidade não tem nenhum bom curso de Linux?

Também damos treinamento presencial, com certificado,
em sua cidade. Nossa empresa é 100% regulamentada.



--
You received this message because you are subscribed to the Google Groups "yad-common" group.
To unsubscribe from this group and stop receiving emails from it, send an email to yad-common+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/yad-common/0ea3887c-5eed-4e48-8a92-61ea7ba21f85n%40googlegroups.com.

John Riordan

unread,
Jan 6, 2022, 11:27:16 AM1/6/22
to yad-common
Thanks so much guys!  Really appreciate it.
Reply all
Reply to author
Forward
0 new messages