diff options
Diffstat (limited to 'slstatus/config.h')
| -rw-r--r-- | slstatus/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slstatus/config.h b/slstatus/config.h index b48aa4b..7052e30 100644 --- a/slstatus/config.h +++ b/slstatus/config.h @@ -66,7 +66,7 @@ static const char unknown_str[] = "n/a"; */ static const struct arg args[] = { /* function format argument */ - {datetime, "%s;", "%G. %B. %e. %a"}, + {datetime, "%s;", "%G. %B. %-e. %a"}, {run_command, "%s%% ", "pulsemixer --get-volume | awk '{print $2 }'"}, {keymap, "%s ", NULL}, {datetime, "%s ", "%H:%M:%S"}, |
