diff options
author | zachir <zachir@librem.one> | 2025-07-28 12:26:21 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-28 12:26:21 -0500 |
commit | 08834860b9de236b7798c059aaa0bb64e26ffcc9 (patch) | |
tree | 692be9692ae52a14919fecccc7e68d3aca99de0d /waybar/config | |
parent | 12b8287ad746cc462ca637d88916d2a078929539 (diff) | |
parent | 0de3a40a14d40a74947ca84396bf0a5b76152377 (diff) |
Merge branch 'master' into cla
Diffstat (limited to 'waybar/config')
-rw-r--r-- | waybar/config | 108 |
1 files changed, 83 insertions, 25 deletions
diff --git a/waybar/config b/waybar/config index 0a409a6..d25cedd 100644 --- a/waybar/config +++ b/waybar/config @@ -16,17 +16,48 @@ "sway/workspaces": { "all-outputs": false, "persistent-workspaces": { - "1": ["DP-2"], - "2": ["DP-2"], - "3": ["DP-2"], - "4": ["DP-2"], - "5": ["DP-2"], - "6": ["DP-2"], - "7": ["DP-2"], - "8": ["DP-2"], - "9": ["DP-2"], + "11": ["DP-2"], + "12": ["DP-2"], + "13": ["DP-2"], + "14": ["DP-2"], + "15": ["DP-2"], + "16": ["DP-2"], + "17": ["DP-2"], + "18": ["DP-2"], + "19": ["DP-2"], + }, + "format": "{icon}", + "format-icons": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "0", + "11": "1", + "12": "2", + "13": "3", + "14": "4", + "15": "5", + "16": "6", + "17": "7", + "18": "8", + "19": "9", + "20": "0", + "21": "1", + "22": "2", + "23": "3", + "24": "4", + "25": "5", + "26": "6", + "27": "7", + "28": "8", + "29": "9", }, - "format": "{value}", }, "niri/workspaces": { "format": "{value}", @@ -230,25 +261,52 @@ // Modules configuration + "sway/workspaces": { "all-outputs": false, "persistent-workspaces": { - "1": ["HDMI-A-1"], - "2": ["HDMI-A-1"], - "3": ["HDMI-A-1"], - "4": ["HDMI-A-1"], - "5": ["HDMI-A-1"], - "6": ["HDMI-A-1"], - "7": ["HDMI-A-1"], - "8": ["HDMI-A-1"], - "9": ["HDMI-A-1"], + "21": ["DP-2"], + "22": ["DP-2"], + "23": ["DP-2"], + "24": ["DP-2"], + "25": ["DP-2"], + "26": ["DP-2"], + "27": ["DP-2"], + "28": ["DP-2"], + "29": ["DP-2"], + }, + "format": "{icon}", + "format-icons": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "0", + "11": "1", + "12": "2", + "13": "3", + "14": "4", + "15": "5", + "16": "6", + "17": "7", + "18": "8", + "19": "9", + "20": "0", + "21": "1", + "22": "2", + "23": "3", + "24": "4", + "25": "5", + "26": "6", + "27": "7", + "28": "8", + "29": "9", }, - "format": "{value}", - }, - "niri/workspaces": { - "format": "{value}", - "all-outputs": false, - "on-click": "activate" }, "hyprland/workspaces": { "format": "{icon}", |