mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 11:27:47 +03:00
swaynag: add details background option
Adds a new config option for details background for swaynag issue/#5673
This commit is contained in:
parent
afa890e8e9
commit
eb1c09030e
6 changed files with 24 additions and 2 deletions
|
@ -11,6 +11,7 @@ struct swaynag_type {
|
|||
// Colors
|
||||
uint32_t button_text;
|
||||
uint32_t button_background;
|
||||
uint32_t details_background;
|
||||
uint32_t background;
|
||||
uint32_t text;
|
||||
uint32_t border;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue