diff options
| author | tslil <tslil@posteo.de> | 2026-02-17 14:10:19 +0000 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-02-17 14:32:45 +0000 |
| commit | 62d8bd12d82299f7a869b3b4070cd2c39e1af8fd (patch) | |
| tree | c2c5248785846461aa8e8122c0fd756784dcf442 /waybar/config.jsonc | |
| parent | cc6b0aee312f46b578468a21517e2add66f9e9dc (diff) | |
[sway] [waybar]: try switching to sway
Diffstat (limited to 'waybar/config.jsonc')
| -rw-r--r-- | waybar/config.jsonc | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 660cbf5..3922b89 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -4,9 +4,8 @@ "spacing": 0, "margin-bottom": 0, "modules-left": [ - "river/tags", - "river/layout", - "river/window" + "sway/workspaces", + "sway/window" ], "modules-center": [ ], @@ -20,11 +19,19 @@ "clock", "tray", ], - "river/tags": { - "num-tags": 8, - "tag-labels": ["F", "U", "O", "Y", "Q", "L", "C", "M"], + "sway/workspaces": { + "persistent-workspaces": { + "F": [], + "O": [], + "U": [], + "B": [], + "L": [], + "D": [], + "C": [] + }, + "alphabetical_sort": false, }, - "river/window": { + "sway/window": { "max-length": 48, "min-length": 48, "align": 0, |
