feat(waybar): add niri & taskbar modules
This commit is contained in:
parent
c6de0cc8c2
commit
c8b709f266
1 changed files with 9 additions and 4 deletions
|
|
@ -5,10 +5,8 @@
|
|||
// "width": 1280, // Waybar width
|
||||
"spacing": 4, // Gaps between modules (4px)
|
||||
// Choose the order of the modules
|
||||
//"modules-left": ["sway/workspaces", "sway/mode", "sway/scratchpad", "custom/media"],
|
||||
//"modules-center": ["sway/window"],
|
||||
"modules-left": ["niri"],
|
||||
"modules-center": ["workspaces"],
|
||||
"modules-left": ["niri/workspaces", "niri/window"],
|
||||
"modules-center": ["wlr/taskbar"],
|
||||
"modules-right": [
|
||||
//"mpd",
|
||||
"idle_inhibitor",
|
||||
|
|
@ -42,6 +40,13 @@
|
|||
// "default": ""
|
||||
// }
|
||||
// },
|
||||
"wlr/taskbar": {
|
||||
"on-click": "activate",
|
||||
"on-click-middle": "close",
|
||||
"ignore-list": [
|
||||
"foot"
|
||||
]
|
||||
},
|
||||
"keyboard-state": {
|
||||
"numlock": true,
|
||||
"capslock": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue