From 2937302a2867581231b38d7d20c03333de68d856 Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 3 May 2025 16:16:00 +1000 Subject: [PATCH] waybar: reorganise modules --- stow/.config/waybar/config.jsonc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/stow/.config/waybar/config.jsonc b/stow/.config/waybar/config.jsonc index b91ad64..ad679b1 100644 --- a/stow/.config/waybar/config.jsonc +++ b/stow/.config/waybar/config.jsonc @@ -23,22 +23,23 @@ { "layer": "top", // Waybar at top layer "position": "top", // Waybar position (top|bottom|left|right) - "height": 30, + "height": 40, "margin": "0 0 0 0", //"width": 1350, // Waybar width // Choose the order of the modules idle_inhibitor "modules-left": [ - "custom/media", + "tray", "hyprland/workspaces", - "tray" + "custom/media" ], - "modules-center": ["clock"], + "modules-center": [], "modules-right": [ "wireplumber", "backlight", "battery", "network", "privacy", + "clock", "custom/swaync" ],