aboutsummaryrefslogtreecommitdiff
path: root/include/swaynag
diff options
context:
space:
mode:
authorMustafa Abdul-Kader <mustafa@nvisia.com>2020-09-08 21:43:35 -0500
committerBrian Ashworth <bosrsf04@gmail.com>2020-09-14 22:13:01 -0400
commiteb1c09030ece6fcf0c6b387c8b74ded106eccecb (patch)
tree6ce8c1b8991a5dc6b3be88415b903c9ff8ab9033 /include/swaynag
parentafa890e8e9f10667a56e896a114bf81fbc3ff54a (diff)
swaynag: add details background option
Adds a new config option for details background for swaynag issue/#5673
Diffstat (limited to 'include/swaynag')
-rw-r--r--include/swaynag/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/swaynag/types.h b/include/swaynag/types.h
index f7518d95..24da9418 100644
--- a/include/swaynag/types.h
+++ b/include/swaynag/types.h
@@ -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;