diff options
| author | DebianWall <firelordunity3d@gmail.com> | 2018-03-15 10:27:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-15 10:27:33 +0100 |
| commit | 020df63feeffc6bc25a5a99668e400e383ef3116 (patch) | |
| tree | 7aa55a19b3d36b0d2d5d1209c0a51c80397e93d2 /.config/polybar/config | |
| parent | b7fe3b25130d8e4cab428db7a87b5fd7b528c971 (diff) | |
| download | eibhear-020df63feeffc6bc25a5a99668e400e383ef3116.tar.gz eibhear-020df63feeffc6bc25a5a99668e400e383ef3116.tar.zst eibhear-020df63feeffc6bc25a5a99668e400e383ef3116.zip | |
Silly me forgot to change the %I to a %H
Diffstat (limited to '.config/polybar/config')
| -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 |
