diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2020-09-02 15:03:48 +0200 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2020-09-02 15:03:48 +0200 |
| commit | b627e7222dd2179a869e822fc0c17694796e3339 (patch) | |
| tree | 24e1123ea087439d4dfdba3770bdcfc8bf16800e /include | |
| parent | aab55083217483760ab79bb416ee85ead933701f (diff) | |
swaynag: adds option to separately specify the text color for buttons
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 7f8f6221..f7518d95 100644 --- a/include/swaynag/types.h +++ b/include/swaynag/types.h @@ -9,6 +9,7 @@ struct swaynag_type { uint32_t anchors; // Colors + uint32_t button_text; uint32_t button_background; uint32_t background; uint32_t text; |
