diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-04-01 04:30:13 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-01 04:30:13 +0900 |
| commit | 34912183044d1fb6cd04d10d09e00bd1b1db148b (patch) | |
| tree | 3605c3b667761ba7e82e6719ffaed82be78c3d7c /config/waybar/modules | |
| parent | 90e986c2acf89350444ce2ea0c1268d571089744 (diff) | |
| parent | b3e8d7bd62140e36074f8a8e24d32bf33d10f8d8 (diff) | |
Merge branch 'development' into patch-1
Diffstat (limited to 'config/waybar/modules')
| -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 1165211a..fed721be 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -637,9 +637,9 @@ }, "clock#vertical": { - "format": "{:\n%H\n%M\n%S\n\n \n%d\n%m\n%y}", + "format": "\n{:%H\n%M\n%S\n\n \n%d\n%m\n%y}", "interval": 1, - //"format": "{:\n%I\n%M\n%p\n\n \n%d\n%m\n%y}", + //"format": "\n{:%I\n%M\n%p\n\n \n%d\n%m\n%y}", "tooltip": true, "tooltip-format": "{calendar}", "calendar": { |
