From 4c51a7f3250824556863c1f8fec65cc00b3f9e09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Wed, 3 Dec 2025 02:01:35 +0100 Subject: [PATCH] wmstatus: fix up configuration comment --- wmstatus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmstatus.c b/wmstatus.c index 1f5b183..7f697e2 100644 --- a/wmstatus.c +++ b/wmstatus.c @@ -799,7 +799,7 @@ backend_i3_new (void) static const struct config_schema g_config_general[] = { { .name = "time_format", - .comment = "strftime ", + .comment = "strftime format specification string", .type = CONFIG_ITEM_STRING, .default_ = "\"Week %V, %a %d %b %Y %H:%M %Z\"" }, { .name = "command",