28 lines
560 B
JSON
28 lines
560 B
JSON
{
|
|
"hyprland/workspaces": {
|
|
"active-only": false,
|
|
"all-outputs": true,
|
|
"show-special": true,
|
|
"workspace-taskbar": {
|
|
"enable": true,
|
|
"active-window-position": "last",
|
|
"update-active-window": true,
|
|
"icon-theme": [
|
|
"Silvery-Dark-Icons"
|
|
]
|
|
},
|
|
"format-icons": {
|
|
"active": ""
|
|
},
|
|
"format": "{icon} {windows}"
|
|
},
|
|
"hyprland/window": {
|
|
"format": "[{class}] {title}",
|
|
"rewrite": {
|
|
"(.*) - Vivaldi": "$1",
|
|
"(.*) - fish": "$1"
|
|
},
|
|
"separate-outputs": false
|
|
}
|
|
}
|