From 879127e0e13a54f74f73b0f133d3265e2af4d845 Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Mon, 15 Sep 2025 00:06:20 +0200 Subject: made bar better --- dotfiles/waybar/config.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dotfiles') 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": "{:%Y %B}\n{calendar}", - "format": "{:%H\n%M}", + "format": "-\n{:%H\n%M\n-\n%d\n%a}", "justify": "center" }, "temperature": { -- cgit v1.2.3