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
|
||||
"modules-left": [
|
||||
"hyprland/workspaces",
|
||||
"niri/workspaces",
|
||||
"tray",
|
||||
"custom/media"
|
||||
],
|
||||
|
|
@ -64,6 +65,13 @@
|
|||
"10": "10"
|
||||
}
|
||||
},
|
||||
"niri/workspaces": {
|
||||
"disable-scroll": true,
|
||||
"all-outputs": true,
|
||||
"format": "{icon}"
|
||||
// "format": "< %g >",
|
||||
// "format_focused" : "< %g ● >",
|
||||
},
|
||||
"custom/media": {
|
||||
// "format": "{format}",
|
||||
"max-length": 40,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue