We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4865d5f commit bfed234Copy full SHA for bfed234
1 file changed
src/integration.md
@@ -72,6 +72,21 @@ protocol to the `~/.config/waybar/config` file:
72
},
73
```
74
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
90
See the [waybar documentation] for further information.
91
92
## 2.2 sfwbar {#sfwbar}
0 commit comments