diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-28 03:38:21 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-28 03:38:21 +0900 |
| commit | f593df6b480bb082f4131486822b755c334fedc7 (patch) | |
| tree | 98e3b3adfc51a90da1a459f0921d923a56b24697 /config/waybar | |
| parent | 467250d12a88c99a5ea8db3e3f9d86efb47b5b5c (diff) | |
updated copy.sh for 12H fix on waybar module
Diffstat (limited to 'config/waybar')
| -rw-r--r-- | config/waybar/modules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/waybar/modules b/config/waybar/modules index 071efb34..9e7e646a 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -281,8 +281,8 @@ }, "clock": { "interval": 1, - //"format": " {:%I:%M %p}", // AM PM format - "format": " {:%H:%M:%S}", + //"format": " {:%I:%M %p}", // AM PM format + "format": " {:%H:%M:%S}", "format-alt": " {:%H:%M %Y, %d %B, %A}", "tooltip-format": "<tt><small>{calendar}</small></tt>", "calendar": { |
