diff options
| author | JaKooLit <jimmielovejay.com> | 2023-11-18 00:29:08 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-11-18 00:29:08 +0900 |
| commit | 4358441a582ca0125f1e2e6de2945003ecd25d31 (patch) | |
| tree | fd2b371dcf5b042738078008dfe978641814ab10 | |
| parent | 3b3da1a850ab543814d2852e59a3363ea999417c (diff) | |
updated waybar (peony) to 24H clock format
| -rw-r--r-- | config/waybar/configs/Peony [Bottom] | 5 | ||||
| -rw-r--r-- | config/waybar/configs/Peony [TOP] | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/config/waybar/configs/Peony [Bottom] b/config/waybar/configs/Peony [Bottom] index 3abb310e..dd771b12 100644 --- a/config/waybar/configs/Peony [Bottom] +++ b/config/waybar/configs/Peony [Bottom] @@ -61,8 +61,9 @@ "clock#peony": { "interval": 60, "tooltip-format": "<big>{:%B %Y}</big>\n<tt><small>{calendar}</small></tt>", - "format": "{:%B | %a %d, %Y | %H:%M %p}", - "format-alt": "{:%a %b %d, %G}" + //"format": "{:%B | %a %d, %Y | %H:%M %p}", + "format": "{:%B | %a %d, %Y | %H:%M}", + "format-alt": "{:%a %b %d, %G}", }, "wireplumber#peony": { diff --git a/config/waybar/configs/Peony [TOP] b/config/waybar/configs/Peony [TOP] index 0bd052e0..1fa751c3 100644 --- a/config/waybar/configs/Peony [TOP] +++ b/config/waybar/configs/Peony [TOP] @@ -61,8 +61,9 @@ "clock#peony": { "interval": 60, "tooltip-format": "<big>{:%B %Y}</big>\n<tt><small>{calendar}</small></tt>", - "format": "{:%B | %a %d, %Y | %H:%M %p}", - "format-alt": "{:%a %b %d, %G}" + //"format": "{:%B | %a %d, %Y | %H:%M %p}", + "format": "{:%B | %a %d, %Y | %H:%M}", + "format-alt": "{:%a %b %d, %G}", }, "wireplumber#peony": { |
