update waybar config
This commit is contained in:
parent
ea9a23d178
commit
bb58a39b4a
1 changed files with 4 additions and 1 deletions
|
@ -29,9 +29,12 @@
|
|||
],
|
||||
// Modules configuration
|
||||
"hyprland/workspaces": {
|
||||
"disable-scroll": true,
|
||||
"disable-scroll": false,
|
||||
"all-outputs": true,
|
||||
"warp-on-scroll": false,
|
||||
"on-scroll-up": "hyprctl dispatch workspace e+1",
|
||||
"on-scroll-down": "hyprctl dispatch workspace e-1",
|
||||
"separate-outputs": true,
|
||||
"format": "{name}: {icon}",
|
||||
"format-icons": {
|
||||
"1": "",
|
||||
|
|
Loading…
Add table
Reference in a new issue