swaynag: adds option to separately specify the text color for buttons

This commit is contained in:
oliver-giersch 2020-09-02 15:03:48 +02:00 committed by Simon Ser
parent 08095e99f3
commit a543fa35ff
6 changed files with 50 additions and 27 deletions

View file

@ -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;