mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 11:27:47 +03:00
swaynag: adds option to separately specify the text color for buttons
This commit is contained in:
parent
08095e99f3
commit
a543fa35ff
6 changed files with 50 additions and 27 deletions
|
@ -9,6 +9,7 @@ struct swaynag_type {
|
|||
uint32_t anchors;
|
||||
|
||||
// Colors
|
||||
uint32_t button_text;
|
||||
uint32_t button_background;
|
||||
uint32_t background;
|
||||
uint32_t text;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue