From eb1c09030ece6fcf0c6b387c8b74ded106eccecb Mon Sep 17 00:00:00 2001 From: Mustafa Abdul-Kader Date: Tue, 8 Sep 2020 21:43:35 -0500 Subject: swaynag: add details background option Adds a new config option for details background for swaynag issue/#5673 --- include/swaynag/types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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; -- cgit v1.2.3-54-g00ecf