From d8d7dce2b8efe64b16e6a5acbcc183cf1be92c59 Mon Sep 17 00:00:00 2001 From: Lars Henriksen Date: Tue, 17 Sep 2019 22:40:49 +0200 Subject: Make the text for empty days configurable The default is "--"; a single space makes the text invisible. Signed-off-by: Lars Henriksen Signed-off-by: Lukas Fleischer --- src/config.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config.c') diff --git a/src/config.c b/src/config.c index 511ea80..c6914f5 100644 --- a/src/config.c +++ b/src/config.c @@ -98,6 +98,7 @@ static const struct confvar confmap[] = { {"appearance.eventseparator", CONFIG_HANDLER_BOOL(conf.event_separator)}, {"appearance.dayseparator", CONFIG_HANDLER_BOOL(conf.day_separator)}, {"appearance.emptyline", CONFIG_HANDLER_BOOL(conf.empty_appt_line)}, + {"appearance.emptyday", CONFIG_HANDLER_STR(conf.empty_day)}, {"appearance.notifybar", CONFIG_HANDLER_BOOL(nbar.show)}, {"appearance.sidebarwidth", config_parse_sidebar_width, config_serialize_sidebar_width, NULL}, {"appearance.theme", config_parse_color_theme, config_serialize_color_theme, NULL}, -- cgit v1.2.3-54-g00ecf