diff options
author | ZachIR <zachir@librem.one> | 2025-07-28 15:46:00 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-28 15:46:00 -0500 |
commit | f6af3222522415f73d7bfb69daef62b81e83081c (patch) | |
tree | de4b8e78fd45b8075e234249e6dcc6e78f84e3c1 /waybar | |
parent | d4c537d9e8970d32d02d7ee698cd853ea7c65317 (diff) | |
parent | 98d4473f1c9783c7bc8f01208f1996b2e40e53ce (diff) |
Merge branch 'master' into car
Diffstat (limited to 'waybar')
-rw-r--r-- | waybar/config | 53 |
1 files changed, 42 insertions, 11 deletions
diff --git a/waybar/config b/waybar/config index a003e8c..6c38bb6 100644 --- a/waybar/config +++ b/waybar/config @@ -5,7 +5,7 @@ "output": "eDP-1", "spacing": 4, //"margin-top": 5, - //"margin-bottom":5, + //"margin-bottom": 5, // Choose the order of the modules @@ -18,17 +18,48 @@ "sway/workspaces": { "all-outputs": false, "persistent-workspaces": { - "1": ["eDP-1"], - "2": ["eDP-1"], - "3": ["eDP-1"], - "4": ["eDP-1"], - "5": ["eDP-1"], - "6": ["eDP-1"], - "7": ["eDP-1"], - "8": ["eDP-1"], - "9": ["eDP-1"], + "11": ["eDP-1"], + "12": ["eDP-1"], + "13": ["eDP-1"], + "14": ["eDP-1"], + "15": ["eDP-1"], + "16": ["eDP-1"], + "17": ["eDP-1"], + "18": ["eDP-1"], + "19": ["eDP-1"], + }, + "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}", |