From: Johan Malm Date: Tue, 17 Jun 2025 20:53:54 +0000 (+0100) Subject: theme: change builtin menu fallback button to arrow X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=6117e85820f1d3c83ef71f3bd8b8f5c6c483be7c;p=proto%2Flabwc.git theme: change builtin menu fallback button to arrow --- diff --git a/src/theme.c b/src/theme.c index b413757b..5671c195 100644 --- a/src/theme.c +++ b/src/theme.c @@ -291,7 +291,7 @@ load_buttons(struct theme *theme) .name = "menu", .type = LAB_SSD_BUTTON_WINDOW_MENU, .state_set = 0, - .fallback_button = (const char[]){ 0x00, 0x18, 0x3c, 0x3c, 0x18, 0x00 }, + .fallback_button = (const char[]){ 0x00, 0x21, 0x33, 0x1E, 0x0C, 0x00 }, }, { .name = "iconify", .type = LAB_SSD_BUTTON_ICONIFY,