From c7b6aa493308d6872ddc31ca709560adb8c4364e Mon Sep 17 00:00:00 2001 From: BluishHumility Date: Sat, 21 Sep 2024 13:13:12 -0400 Subject: [PATCH] feat(waybar): reorder modules * Move network module to Waybar center * Reorder modules-right: keyboard, idle inhibitor, cpu, memory, backlight, audio, battery, clock, tray, power. --- .config/waybar/config | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/.config/waybar/config b/.config/waybar/config index 30dbac2..5cbefac 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -14,20 +14,19 @@ ], "modules-center": [ + "network", ], "modules-right": [ - "network", - "idle_inhibitor", - "memory", - "cpu", - "pulseaudio", "custom/keyboard-layout", - "battery", + "idle_inhibitor", + "cpu", + "memory", "backlight", + "pulseaudio", + "battery", "clock", "tray", - //"custom/weather", "custom/power", ], @@ -173,14 +172,6 @@ "spacing":10, }, - // to use the weather module replace with your city or town - // note: do not use spaces: new york would be newyork - "custom/weather": { - "exec": "~/.config/waybar/scripts/weather.sh ", - "return-type": "json", - "interval": 600, - }, - "custom/power": { "format":"⏻", "on-click": "exec ~/.config/sway/scripts/power_menu.sh",