labnag: rename options for color

This commit is contained in:
tokyo4j 2025-10-01 15:22:54 +09:00 committed by Johan Malm
parent c8581b3fed
commit e558d0d619
4 changed files with 58 additions and 56 deletions

View file

@ -1634,12 +1634,12 @@ post_processing(void)
"--message '%m' "
"--button-dismiss '%n' "
"--button-dismiss '%y' "
"--background '%b' "
"--text '%t' "
"--border '%t' "
"--border-bottom '%t' "
"--button-background '%b' "
"--button-text '%t' "
"--background-color '%b' "
"--text-color '%t' "
"--button-border-color '%t' "
"--border-bottom-color '%t' "
"--button-background-color '%b' "
"--button-text-color '%t' "
"--border-bottom-size 1 "
"--button-border-size 3 "
"--timeout 0");