From f163201132af1291f8ebb52d7f984ed71efaaf02 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Mon, 5 Dec 2022 02:04:10 +0100 Subject: waybar --- waybar/config | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) (limited to 'waybar') diff --git a/waybar/config b/waybar/config index 23a3b8b..3b41194 100644 --- a/waybar/config +++ b/waybar/config @@ -8,23 +8,22 @@ // Choose the order of the modules "modules-left": ["sway/workspaces", "sway/mode", "sway/scratchpad", "custom/media"], "modules-center": ["sway/window"], - "modules-right": ["mpd", "idle_inhibitor", "pulseaudio", "network", "cpu", "memory", "temperature", "backlight", "keyboard-state", "sway/language", "battery", "battery#bat2", "clock", "tray"], - // Modules configuration - // "sway/workspaces": { - // "disable-scroll": true, - // "all-outputs": true, - // "format": "{name}: {icon}", - // "format-icons": { - // "1": "", - // "2": "", - // "3": "", - // "4": "", - // "5": "", - // "urgent": "", - // "focused": "", - // "default": "" - // } - // }, + "modules-right": ["idle_inhibitor", "pulseaudio", "network", "cpu", "memory", "temperature", "backlight", "keyboard-state", "sway/language", "battery", "battery#bat2", "clock", "tray"], + "sway/workspaces": { + "disable-scroll": true, + "all-outputs": false, + "format": "{name} {icon}", + "format-icons": { + //"1": "", + //"2": "", + //"3": "", + //"4": "", + //"5": "", + "urgent": "", + "focused": "", + "default": "" + } + }, "keyboard-state": { "numlock": true, "capslock": true, -- cgit v1.2.3