forked from nico/dots
waybar: add niri workspaces module
This commit is contained in:
parent
19d7cc6689
commit
ff9cc6c0a3
1 changed files with 8 additions and 0 deletions
|
|
@ -29,6 +29,7 @@
|
||||||
// Choose the order of the modules idle_inhibitor
|
// Choose the order of the modules idle_inhibitor
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"hyprland/workspaces",
|
"hyprland/workspaces",
|
||||||
|
"niri/workspaces",
|
||||||
"tray",
|
"tray",
|
||||||
"custom/media"
|
"custom/media"
|
||||||
],
|
],
|
||||||
|
|
@ -64,6 +65,13 @@
|
||||||
"10": "10"
|
"10": "10"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"niri/workspaces": {
|
||||||
|
"disable-scroll": true,
|
||||||
|
"all-outputs": true,
|
||||||
|
"format": "{icon}"
|
||||||
|
// "format": "< %g >",
|
||||||
|
// "format_focused" : "< %g ● >",
|
||||||
|
},
|
||||||
"custom/media": {
|
"custom/media": {
|
||||||
// "format": "{format}",
|
// "format": "{format}",
|
||||||
"max-length": 40,
|
"max-length": 40,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue