diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-03-16 00:46:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-16 00:46:50 -0700 |
| commit | 2b28c1c8e76c7e4d1add236ece34c26836a3867b (patch) | |
| tree | 16758fee397e3d14061043cac54b639ec8789dfb | |
| parent | 10fe2dc04c0555831cf222e9d084ed78da62eb13 (diff) | |
| parent | 020df63feeffc6bc25a5a99668e400e383ef3116 (diff) | |
| download | eibhear-2b28c1c8e76c7e4d1add236ece34c26836a3867b.tar.gz eibhear-2b28c1c8e76c7e4d1add236ece34c26836a3867b.tar.zst eibhear-2b28c1c8e76c7e4d1add236ece34c26836a3867b.zip | |
Merge pull request #29 from DebianWall/patch-1
Silly me forgot to change the %I to a %H
| -rw-r--r-- | .config/polybar/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index 6ebe327..6634bcf 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -287,7 +287,7 @@ date = " %a, %b %d, %Y" time = " at %I:%M%p" # If you're not living in a country where AM and PM is used you can add -alt to the time above this line and comment it using ;, then you can remove the -alt to the time under this line and uncomment it. -;time-alt = " at %I:%M" +;time-alt = " at %H:%M" ;time-alt = %H:%M:%S ;time-alt = %H:%M:%S |
