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

@ -62,22 +62,22 @@ _labnag_ [options...]
# APPEARANCE OPTIONS
*--background* <RRGGBB[AA]>
*--background-color* <RRGGBB[AA]>
Set the color of the background.
*--border* <RRGGBB[AA]>
Set the color of the border.
*--button-border-color* <RRGGBB[AA]>
Set the color of the button border.
*--border-bottom* <RRGGBB[AA]>
*--border-bottom-color* <RRGGBB[AA]>
Set the color of the bottom border.
*--button-background* <RRGGBB[AA]>
*--button-background-color* <RRGGBB[AA]>
Set the color for the background for buttons.
*--text* <RRGGBB[AA]>
*--text-color* <RRGGBB[AA]>
Set the text color.
*--button-text* <RRGGBB[AA]>
*--button-text-color* <RRGGBB[AA]>
Set the button text color.
*--border-bottom-size* <size>
@ -86,7 +86,7 @@ _labnag_ [options...]
*--message-padding* <padding>
Set the padding for the message.
*--details-background* <RRGGBB[AA]>
*--details-background-color* <RRGGBB[AA]>
Set the color for the background for details.
*--details-border-size* <size>
@ -126,11 +126,11 @@ labnag \\
-Z "Hibernate" "systemctl hibernate"\\
-Z " Suspend " "systemctl suspend"\\
-Z " Cancel "\\
--background 00ffff\\
--button-background 00ffff\\
--border 00ccccaa\\
--text 000000\\
--button-text 000000\\
--background-color 00ffff\\
--button-background-color 00ffff\\
--button-border-color 00ccccaa\\
--text-color 000000\\
--button-text-color 000000\\
--button-gap 8\\
--button-margin-right 0\\
--button-padding 5\\

View file

@ -283,12 +283,12 @@ this is for compatibility with Openbox.
--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