refactor(waybar): use hyprland workspaces module instead of wlr
This commit is contained in:
parent
4dedd9d613
commit
768db8a00d
@ -5,7 +5,7 @@
|
|||||||
"modules-left": [
|
"modules-left": [
|
||||||
"custom/launcher",
|
"custom/launcher",
|
||||||
"hyprland/submap",
|
"hyprland/submap",
|
||||||
"wlr/workspaces",
|
"hyprland/workspaces",
|
||||||
"cpu",
|
"cpu",
|
||||||
"memory",
|
"memory",
|
||||||
"temperature",
|
"temperature",
|
||||||
@ -66,7 +66,7 @@
|
|||||||
""
|
""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"wlr/workspaces": {
|
"hyprland/workspaces": {
|
||||||
"format": "",
|
"format": "",
|
||||||
"on-scroll-up": "hyprctl dispatch workspace e-1",
|
"on-scroll-up": "hyprctl dispatch workspace e-1",
|
||||||
"on-scroll-down": "hyprctl dispatch workspace e+1",
|
"on-scroll-down": "hyprctl dispatch workspace e+1",
|
||||||
|
Loading…
Reference in New Issue
Block a user