Skip to content

Commit bfed234

Browse files
committed
integration.md: mention waybar workspace support
1 parent 4865d5f commit bfed234

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/integration.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,21 @@ protocol to the `~/.config/waybar/config` file:
7272
},
7373
```
7474

75+
From waybar `0.14.0` the ext-workspace protocol is supported and can be
76+
configured like this:
77+
78+
```
79+
"modules-right": ["ext/workspaces"],
80+
```
81+
82+
```
83+
"ext/workspaces": {
84+
"format": "{name}",
85+
"sort-by-number": true,
86+
"on-click": "activate",
87+
},
88+
```
89+
7590
See the [waybar documentation] for further information.
7691

7792
## 2.2 sfwbar {#sfwbar}

0 commit comments

Comments
 (0)