refactor(waybar): use hyprland workspaces module instead of wlr

This commit is contained in:
Price Hiller 2023-09-04 23:05:51 -05:00
parent 4dedd9d613
commit 768db8a00d
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -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",