update config file

This commit is contained in:
Hui
2024-03-17 16:48:17 +08:00
parent 9b9d884251
commit 9479232a1e
2 changed files with 117 additions and 68 deletions

View File

@@ -9,7 +9,8 @@
"modules-left": [
"custom/launcher",
"clock",
"wlr/workspaces",
//"wlr/workspaces",
"hyprland/workspaces",
"wlr/taskbar",
"hyprland/window"
//"custom/playerctl",
@@ -68,6 +69,20 @@
"10": []
}
},
"hyprland/workspaces": {
"format": "{name}",
"format-icons": {
"active": "",
"default": "",
"persistent": ""
},
"on-scroll-up": "hyprctl dispatch workspace r-1",
"on-scroll-down": "hyprctl dispatch workspace r+1",
"all-outputs": false,
//"persistent_workspaces": {
// "*": 5
//}
},
"custom/playerctl": {
"format": "{icon}",
"return-type": "json",
@@ -80,7 +95,7 @@
"format-icons": {
"Playing": "<span foreground='#E5B9C6'>󰒮 󰐌 󰒭 </span>",
"Paused": "<span foreground='#928374'>󰒮 󰏥 󰒭 </span>"
},
}
},
"custom/playerlabel": {