diff options
author | Camil Staps | 2017-01-01 14:12:07 +0100 |
---|---|---|
committer | Camil Staps | 2017-01-01 14:12:07 +0100 |
commit | e5822db16c1625ce0dd97c83258ce83e4078eaee (patch) | |
tree | b864e786e9437f7b996fcede566dac264a0cb006 /system/i3status.conf.symlink | |
parent | Cherry-picked commit from rasppi branch: (diff) |
Better date format in i3bar
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 0891d5a..3b148f1 100644 --- a/system/i3status.conf.symlink +++ b/system/i3status.conf.symlink @@ -48,6 +48,6 @@ load { } tztime local { - format = "%Y-%m-%d %H:%M:%S" + format = "%a %b %d, %I:%M %p" } |