redesigns waybar and small hyprland adjustments
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user