diff options
author | Camil Staps | 2017-01-05 00:38:59 +0100 |
---|---|---|
committer | Camil Staps | 2017-01-05 00:38:59 +0100 |
commit | a4f6bac38c9b8ebe25a3378689f1975db95d8dab (patch) | |
tree | 1fb7d8eb8d1e98f2c4ebc9b96e3300339f2afdfb /system/i3status.conf.symlink | |
parent | Added -fno-warn-type-defaults to ghci config (diff) |
Don't pad day of month in status bar
Diffstat (limited to 'system/i3status.conf.symlink')
-rw-r--r-- | system/i3status.conf.symlink | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/i3status.conf.symlink b/system/i3status.conf.symlink index 3b148f1..67710fb 100644 --- a/system/i3status.conf.symlink +++ b/system/i3status.conf.symlink @@ -48,6 +48,6 @@ load { } tztime local { - format = "%a %b %d, %I:%M %p" + format = "%a %b %-d, %I:%M %p" } |