swaynag: add details background option

Adds a new config option for details background for swaynag

issue/#5673
This commit is contained in:
Mustafa Abdul-Kader 2020-09-08 21:43:35 -05:00
parent 7ca9ef12f8
commit 2043cbe6bc
No known key found for this signature in database
GPG key ID: E0A55EED91A95553
6 changed files with 24 additions and 2 deletions

View file

@ -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;