wmstatus: fix up configuration comment
All checks were successful
Alpine 3.22 Success
OpenBSD 7.8 Success

This commit is contained in:
2025-12-03 02:01:35 +01:00
parent ced5aaeff1
commit 4c51a7f325

View File

@@ -799,7 +799,7 @@ backend_i3_new (void)
static const struct config_schema g_config_general[] = static const struct config_schema g_config_general[] =
{ {
{ .name = "time_format", { .name = "time_format",
.comment = "strftime ", .comment = "strftime format specification string",
.type = CONFIG_ITEM_STRING, .type = CONFIG_ITEM_STRING,
.default_ = "\"Week %V, %a %d %b %Y %H:%M %Z\"" }, .default_ = "\"Week %V, %a %d %b %Y %H:%M %Z\"" },
{ .name = "command", { .name = "command",