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
|
// "width": 1280, // Waybar width
|
||||||
"spacing": 4, // Gaps between modules (4px)
|
"spacing": 4, // Gaps between modules (4px)
|
||||||
// Choose the order of the modules
|
// Choose the order of the modules
|
||||||
//"modules-left": ["sway/workspaces", "sway/mode", "sway/scratchpad", "custom/media"],
|
"modules-left": ["niri/workspaces", "niri/window"],
|
||||||
//"modules-center": ["sway/window"],
|
"modules-center": ["wlr/taskbar"],
|
||||||
"modules-left": ["niri"],
|
|
||||||
"modules-center": ["workspaces"],
|
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
//"mpd",
|
//"mpd",
|
||||||
"idle_inhibitor",
|
"idle_inhibitor",
|
||||||
|
|
@ -42,6 +40,13 @@
|
||||||
// "default": ""
|
// "default": ""
|
||||||
// }
|
// }
|
||||||
// },
|
// },
|
||||||
|
"wlr/taskbar": {
|
||||||
|
"on-click": "activate",
|
||||||
|
"on-click-middle": "close",
|
||||||
|
"ignore-list": [
|
||||||
|
"foot"
|
||||||
|
]
|
||||||
|
},
|
||||||
"keyboard-state": {
|
"keyboard-state": {
|
||||||
"numlock": true,
|
"numlock": true,
|
||||||
"capslock": true,
|
"capslock": true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue