mirror of
https://github.com/swaywm/sway.git
synced 2026-04-26 06:46:26 -04:00
swaynag: add details background option
Adds a new config option for details background for swaynag issue/#5673
This commit is contained in:
parent
7ca9ef12f8
commit
2043cbe6bc
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