diff --git a/.config/waybar/config b/.config/waybar/config index 2071f0e..23e6ff9 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -34,6 +34,18 @@ "modules-right": ["tray","pulseaudio", "network", "cpu", "memory", "temperature", "backlight", "battery#bat1", "battery#bat2", "clock#date", "clock#time"], // Modules configuration + "sway/workspaces": { + "format": "{name}:{icon}", + "format-icons": { + "1":"", + "2":"", + "3":"", + "4":"", + "11":"", + "12":"", + "default":" " + } + }, "sway/mode": { "format": "{}" },