diff options
| -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 97a7785..73e1007 100644 --- a/dotfiles/waybar/config.jsonc +++ b/dotfiles/waybar/config.jsonc @@ -12,6 +12,7 @@ "wlr/taskbar", ], "modules-center": [ + "clock", ], "modules-right": [ "pulseaudio", @@ -20,7 +21,6 @@ "battery", "custom/languages", "tray", - "clock", "custom/power" ], // Modules configuration @@ -46,7 +46,7 @@ }, "clock": { "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>", - "format": "-\n{:%H\n%M\n-\n%d\n%a}", + "format": "{:%H\n%M}", "justify": "center" }, "temperature": { |
