diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-03-11 21:17:16 -0700 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-03-11 21:17:16 -0700 |
| commit | e43756f41681f5a4b64063a658802e4510665cd9 (patch) | |
| tree | 344c43e50b106197f673b68186872081b0e7e1eb | |
| parent | a0da4b011a74644716873fd6e496e087a78c9429 (diff) | |
| parent | 94b02535c950f8a50679eb8e0f6c114178f02eda (diff) | |
| download | eibhear-e43756f41681f5a4b64063a658802e4510665cd9.tar.gz eibhear-e43756f41681f5a4b64063a658802e4510665cd9.tar.zst eibhear-e43756f41681f5a4b64063a658802e4510665cd9.zip | |
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
| -rw-r--r-- | .config/polybar/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index 7b1290e..6ebe327 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -285,6 +285,9 @@ date = " %a, %b %d, %Y" ;date-alt = " %Y-%m-%d" 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 = %H:%M:%S ;time-alt = %H:%M:%S |
