diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2020-09-08 21:43:35 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2020-09-08 21:43:35 -0500 |
| commit | 8b686b42bf61c25cd3eb930f1f904eb010335955 (patch) | |
| tree | 6ce8c1b8991a5dc6b3be88415b903c9ff8ab9033 /include | |
| parent | d53df1e374e5010f4530bd7b776ee785a3fdcc2f (diff) | |
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.h | 1 |
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; |
