29 lines
685 B
JSON
29 lines
685 B
JSON
{
|
|
"group/workspaces-group": {
|
|
"orientation": "horizontal",
|
|
"modules": ["hyprland/workspaces#active", "hyprland/workspaces#list"],
|
|
},
|
|
// fix on-click
|
|
"hyprland/workspaces#active": {
|
|
"format": "{id}",
|
|
"tooltip": false,
|
|
"active-only": true,
|
|
"on-click": "rofi -show",
|
|
},
|
|
"hyprland/workspaces#list": {
|
|
"format": "{icon}",
|
|
"tooltip": false,
|
|
"tooltips": {
|
|
"default": "{name}: {windows}",
|
|
"empty": "",
|
|
},
|
|
"all-outputs": false,
|
|
"on-scroll-up": "workspace-change next",
|
|
"on-scroll-down": "workspace-change previous",
|
|
"format-icons": {
|
|
"active": "", //
|
|
"default": "", //
|
|
},
|
|
},
|
|
}
|