mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
waybar: switch to 24-hour format
i mean i am in Ukraine, there like everyone uses 24-hour format. but i think there is few geeks that use 12-hour format, like me before this commit
This commit is contained in:
parent
ae27392016
commit
a272803dd5
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"clock": {
|
"clock": {
|
||||||
"format": " {:%a, %d %b %I:%M}", // replace %I with %H for 24h format
|
"format": " {:%a, %d %b %H:%M}", // replace %I with %H for 24h format
|
||||||
"tooltip": true,
|
"tooltip": true,
|
||||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
||||||
"on-click": "morgen"
|
"on-click": "morgen"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue