From 623940781c57ef62fd74f085093d56e49b6c4466 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 25 Jan 2026 16:57:49 +0100 Subject: Remove dead code and change some default colors --- config.def.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 4fbf5ed..67f78d0 100644 --- a/config.def.h +++ b/config.def.h @@ -21,14 +21,13 @@ static const char *on_top_active_border_color = "orange"; static const char *on_top_inactive_border_color = "darkorange"; static const char *widget_font = "Berkeley Mono:size=7:bold"; +static const char *time_format = "%A %d.%m.%Y %H:%M:%S"; static const char *indicator_fg_color = "white"; static const char *indicator_bg_color = "blue"; -static const char *mic_active_bg_color = "darkred"; -static const char *mic_muted_bg_color = "#333333"; +static const char *mic_active_bg_color = "firebrick"; +static const char *mic_muted_bg_color = "#222222"; static const char *mic_active_fg_color = "white"; static const char *mic_muted_fg_color = "white"; -static const char *widget_fg_color = "#999999"; -static const char *time_format = "%A %d.%m.%Y %H:%M:%S"; static Shortcut shortcuts[] = { /* Mask KeySym Shell command */ -- cgit v1.2.3