diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2022-12-05 02:04:10 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2022-12-05 02:04:10 +0100 |
commit | f163201132af1291f8ebb52d7f984ed71efaaf02 (patch) | |
tree | c6bd450c79954431cadcfe01307f169aa5ffb24a | |
parent | 73667159d9907cfd0695c3fdd7c0a2f31a6fee79 (diff) | |
download | dotfiles-f163201132af1291f8ebb52d7f984ed71efaaf02.tar.gz |
waybar
-rw-r--r-- | waybar/config | 33 |
1 files changed, 16 insertions, 17 deletions
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, |