add waybar config

This commit is contained in:
2025-12-13 21:43:11 +08:00
parent 3ccb2d8186
commit 40f3d0e845
46 changed files with 2429 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"hyprland/window": {
"format": "{}",
"rewrite": {
"": "Desktop",
"kitty": "Terminal",
"zsh": "Terminal",
"~": "Terminal"
},
// "separate-outputs":
// "icon":
// "icon-size":
// "min-length":
// "max-length":
// "tooltip":
"swap-icon-label": false
// "expand":
}
}

View File

@@ -0,0 +1,12 @@
{
"hyprland/windowcount": {
"format": "[{}]",
// "format-empty":
// "format-windowed":
// "format-fullscreen":
// "separate-outputs":
// "min-length":
// "max-length":
"swap-icon-label": false
}
}

View File

@@ -0,0 +1,38 @@
{
"hyprland/workspaces": {
// "active-only":
// "hide-active":
// "all-outputs":
"format": "{icon}",
"format-icons": {
"active": "",
"default": ""
},
"persistent-workspaces": {
"*": 5
},
// "persistent-only":
// "show-special":
// "special-visible-only":
// "sort-by":
// "window-rewrite":
// "window-rewrite-default":
// "format-window-separator":
"workspace-taskbar": {
// "enable":
// "update-active-window":
// "format":
// "icon-size":
// "icon-theme":
// "orientation":
// "ignore-list":
// "on-click-window":
},
// "move-to-monitor":
// "ignore-workspaces":
"on-scroll-up": "hyprctl dispatch workspace +1",
"on-scroll-down": "hyprctl dispatch workspace -1",
// "expand":
"cursor": true
}
}