From d2906e8f114043a08352f1f0e376255fd75cc289 Mon Sep 17 00:00:00 2001 From: Sam Al-Sapti Date: Sun, 25 Sep 2022 20:59:37 +0200 Subject: [PATCH] Move USB module back to left side --- waybar/.config/waybar/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/waybar/.config/waybar/config b/waybar/.config/waybar/config index a71283a..25a8175 100644 --- a/waybar/.config/waybar/config +++ b/waybar/.config/waybar/config @@ -4,9 +4,9 @@ "height": 36, // Waybar height (to be removed for auto height) // "width": 1280, // Waybar width // Choose the order of the modules - "modules-left": ["idle_inhibitor", "sway/workspaces", "sway/mode"], + "modules-left": ["idle_inhibitor", "sway/workspaces", "custom/usb", "sway/mode"], "modules-center": ["clock"], - "modules-right": ["custom/usb", "network", "pulseaudio", "backlight", "cpu", "memory", "battery", "tray"], + "modules-right": ["network", "pulseaudio", "backlight", "cpu", "memory", "battery", "tray"], // Modules configuration "sway/workspaces": { "disable-scroll": true,