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",