aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Mustafa Abdul-Kader <mustafa@nvisia.com>2020-09-08 21:43:35 -0500
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2020-09-14 22:13:01 -0400
commiteb1c09030ece6fcf0c6b387c8b74ded106eccecb (patch)
tree6ce8c1b8991a5dc6b3be88415b903c9ff8ab9033 /include
parentinput/cursor: reset event source after unhide (diff)
downloadsway-eb1c09030ece6fcf0c6b387c8b74ded106eccecb.tar.gz
sway-eb1c09030ece6fcf0c6b387c8b74ded106eccecb.tar.zst
sway-eb1c09030ece6fcf0c6b387c8b74ded106eccecb.zip
swaynag: add details background option
Adds a new config option for details background for swaynag issue/#5673
Diffstat (limited to 'include')
-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 {
11 // Colors 11 // Colors
12 uint32_t button_text; 12 uint32_t button_text;
13 uint32_t button_background; 13 uint32_t button_background;
14 uint32_t details_background;
14 uint32_t background; 15 uint32_t background;
15 uint32_t text; 16 uint32_t text;
16 uint32_t border; 17 uint32_t border;