diff options
| author | Baitinq <[email protected]> | 2023-08-26 21:11:20 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2023-08-26 21:15:19 +0200 |
| commit | 1fbdb6625c88f99688f4cd6e35ade7a93837ec7b (patch) | |
| tree | 3103ed0b9ab22939bf962fe37f497317dd145609 /dotfiles/waybar/config | |
| parent | Update (diff) | |
| download | nixos-config-1fbdb6625c88f99688f4cd6e35ade7a93837ec7b.tar.gz nixos-config-1fbdb6625c88f99688f4cd6e35ade7a93837ec7b.tar.bz2 nixos-config-1fbdb6625c88f99688f4cd6e35ade7a93837ec7b.zip | |
Hosts: Start switch from river to sway wm
Sadly, river doesn't get many updates and wayland kind of requires constant updates to the client.
Diffstat (limited to 'dotfiles/waybar/config')
| -rw-r--r-- | dotfiles/waybar/config | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/dotfiles/waybar/config b/dotfiles/waybar/config index 9d31fb5..e61a7a4 100644 --- a/dotfiles/waybar/config +++ b/dotfiles/waybar/config @@ -5,32 +5,32 @@ // "width": 1280, // Waybar width "spacing": 2, // Gaps between modules (4px) // Choose the order of the modules - "modules-left": ["river/tags", "custom/separator", "river/window"], + "modules-left": ["sway/workspaces", "custom/separator", "sway/window"], //"modules-center": ["river/window"], "modules-right": ["custom/weather", "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}", - // "persistent_workspaces": { - // "1": [], - // "2": [], - // "3": [], - // "4": [], - // "5": [], - // "6": [], - // "7": [], - // "8": [], - // "9": [] - //} - //}, - "river/tags": { - "tag-labels": ["1", "2", "3", "4", "5", "6", "7", "8", "9"] - }, - "river/window": { - "max-length": 99 - }, + "sway/workspaces": { + "disable-scroll": true, + "all-outputs": true, + "format": "{name}", + "persistent_workspaces": { + "1": [], + "2": [], + "3": [], + "4": [], + "5": [], + "6": [], + "7": [], + "8": [], + "9": [] + } + }, + // "river/tags": { + // "tag-labels": ["1", "2", "3", "4", "5", "6", "7", "8", "9"] + // }, + //"river/window": { + // "max-length": 99 + //}, "keyboard-state": { "numlock": true, "capslock": true, |