waybar: set workspaces 'all-outputs' to false

This commit is contained in:
surtur 2021-06-14 11:42:59 +02:00
parent b078fc14b4
commit f613f57cc8
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -7,6 +7,7 @@
"modules-center": ["sway/window"], "modules-center": ["sway/window"],
"modules-right": ["tray", "pulseaudio", "network", "custom/storage", "memory", "cpu", "backlight", "battery", "clock#date", "clock#time"], "modules-right": ["tray", "pulseaudio", "network", "custom/storage", "memory", "cpu", "backlight", "battery", "clock#date", "clock#time"],
"sway/workspaces": { "sway/workspaces": {
"all-outputs": false,
"format": "{name}", "format": "{name}",
"disable-scroll": true, "disable-scroll": true,
"disable-markup" : false "disable-markup" : false