diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2025-12-03 02:01:35 +0100 |
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2025-12-03 02:01:35 +0100 |
| commit | 4c51a7f3250824556863c1f8fec65cc00b3f9e09 (patch) | |
| tree | 1c3eaff2ce3e5f80c4fec79de0938b3f9a7f3d75 | |
| parent | ced5aaeff1ad5a1a03ccd1fad9ff5cd4c1fc2f89 (diff) | |
| download | desktop-tools-master.tar.gz desktop-tools-master.tar.xz desktop-tools-master.zip | |
wmstatus: fix up configuration commentHEADorigin/masterorigin/HEADmaster
| -rw-r--r-- | wmstatus.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |
