Move USB module back to left side

This commit is contained in:
Sam A. 2022-09-25 20:59:37 +02:00
parent b11db7b745
commit d2906e8f11
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 2 additions and 2 deletions

View File

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