From 03c70e8a5e3e685a6d94fbca5d9eda1e56ef49e5 Mon Sep 17 00:00:00 2001 From: tokyo4j Date: Fri, 3 Oct 2025 01:13:39 +0900 Subject: [PATCH] labnag: remove redundant lines in conf_init() --- clients/labnag.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/clients/labnag.c b/clients/labnag.c index c9566328..0c279b2a 100644 --- a/clients/labnag.c +++ b/clients/labnag.c @@ -1250,13 +1250,6 @@ conf_init(struct conf *conf) | ZWLR_LAYER_SURFACE_V1_ANCHOR_LEFT | ZWLR_LAYER_SURFACE_V1_ANCHOR_RIGHT; conf->layer = ZWLR_LAYER_SHELL_V1_LAYER_TOP; - conf->button_background = 0x333333FF; - conf->details_background = 0x333333FF; - conf->background = 0x323232FF; - conf->text = 0xFFFFFFFF; - conf->button_text = 0xFFFFFFFF; - conf->button_border = 0x222222FF; - conf->border_bottom = 0x444444FF; conf->bar_border_thickness = 2; conf->message_padding = 8; conf->details_border_thickness = 3; -- 2.52.0