This commit is contained in:
2026-04-15 23:40:37 +02:00
parent 9108e3be6b
commit 485b61dd3b
2 changed files with 35 additions and 1 deletions

View File

@@ -20,7 +20,22 @@
"tray"
],
"hyprland/workspaces": {
"format": "{id}"
"all-outputs": true,
"format": "{id} {windows}",
"format-window-separator": "",
"window-rewrite-default": "󰘔",
"window-rewrite": {
"class<firefox>": "",
"class<org\.wezfurlong\.wezterm>": "",
"class<Alacritty>": "",
"class<code|Code|codium|VSCodium>": "󰨞",
"class<thunar>": "",
"class<org\.kde\.dolphin>": "",
"class<discord>": "",
"class<vesktop>": "",
"class<spotify>": "",
"class<steam>": ""
}
},
"custom/screenshot": {
"exec": "printf '{\"text\": \"󰄀\", \"tooltip\": \"Area screenshot: edit in Swappy, copy to clipboard, save to NAS pictures if mounted\"}'",
@@ -34,6 +49,16 @@
"activated": "",
"deactivated": ""
}
"hyprland/window": {
"format": "{class}: {title}",
"icon": true,
"icon-size": 16,
"max-length": 80,
"separate-outputs": true,
"rewrite": {
"^(.*)$": "$1"
}
},
},
"tray": {
"spacing": 10