From 62807dd8bfec3856f26ac6bcdbae54914ac13fa7 Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Mon, 15 Sep 2025 22:24:47 +0200 Subject: moved clock to middle and simplified --- dotfiles/waybar/config.jsonc | 4 ++-- 1 file 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": "{:%Y %B}\n{calendar}", - "format": "-\n{:%H\n%M\n-\n%d\n%a}", + "format": "{:%H\n%M}", "justify": "center" }, "temperature": { -- cgit v1.2.3