diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-03-10 07:56:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-10 07:56:46 -0700 |
| commit | 94b02535c950f8a50679eb8e0f6c114178f02eda (patch) | |
| tree | 3c7e7e2fcfb6f6a0ee44f210e1b9b0645e0c222f | |
| parent | f4393fb58ea80f97bce6dd7a6fe79b65d6eafc79 (diff) | |
| parent | b7fe3b25130d8e4cab428db7a87b5fd7b528c971 (diff) | |
| download | eibhear-94b02535c950f8a50679eb8e0f6c114178f02eda.tar.gz eibhear-94b02535c950f8a50679eb8e0f6c114178f02eda.tar.zst eibhear-94b02535c950f8a50679eb8e0f6c114178f02eda.zip | |
Merge pull request #25 from DebianWall/patch-1
Added an option in the polybar config for people that don't live in a…
| -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 |
