Use overlay colour rather than fallback icon if hover icons not defined

This commit is contained in:
Simon Long 2023-12-07 14:15:51 +00:00
parent 02aa000b0d
commit a57327c3c5
5 changed files with 48 additions and 24 deletions

View file

@ -23,6 +23,7 @@ struct ssd_button {
struct wlr_scene_node *toggled;
struct wlr_scene_node *toggled_hover;
struct wlr_scene_node *background;
bool shade_hover;
struct wl_listener destroy;
};