diff options
Diffstat (limited to 'dotfiles/waybar')
| -rw-r--r-- | dotfiles/waybar/config.jsonc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/waybar/config.jsonc b/dotfiles/waybar/config.jsonc index 73e1007..ea1aa92 100644 --- a/dotfiles/waybar/config.jsonc +++ b/dotfiles/waybar/config.jsonc @@ -12,7 +12,6 @@ "wlr/taskbar", ], "modules-center": [ - "clock", ], "modules-right": [ "pulseaudio", @@ -20,6 +19,7 @@ "bluetooth", "battery", "custom/languages", + "clock", "tray", "custom/power" ], @@ -46,7 +46,7 @@ }, "clock": { "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>", - "format": "{:%H\n%M}", + "format": "-\n{:%H\n%M\n-\n%d\n%a}", "justify": "center" }, "temperature": { |
