diff --git a/de/home/.config/waybar/config b/de/home/.config/waybar/config index b528204..d88faf8 100644 --- a/de/home/.config/waybar/config +++ b/de/home/.config/waybar/config @@ -1,29 +1,21 @@ { // layout "layer": "top", // Waybar at top layer -// "output": ["DP-2", "eDP-1"], -// "output": *, "position": "top", // Waybar position (top|bottom|left|right) "spacing": 4, // Gaps between modules (4px) -// Choose the order of the modules +// module order "modules-left": ["custom/sway-profile","sway/workspaces","sway/mode","sway/scratchpad","sway/window"], "modules-center": ["custom/sonixd"], "modules-right": ["idle_inhibitor", "pulseaudio", "network", "custom/nmvpn", "bluetooth", "memory", "battery", "clock", "tray"], // Modules configuration + // Workspaces "sway/workspaces": { - "disable-scroll": true, - "all-outputs": true, - "format": "{name}", - "format-icons": { - // "1": "", - // "2": "", -// "9": "", -// "10": "", -// "default": "" - }, + "disable-scroll": true, + "all-outputs": true, + "format": "{name}", "sort-by-number": true },