feat(waybar): rizing

This commit is contained in:
2026-02-20 22:24:07 +01:00
parent 46f13b7cff
commit 3af7c43665
2 changed files with 61 additions and 15 deletions

View File

@@ -43,14 +43,29 @@
},
"hyprland/workspaces": {
"on-click": "activate",
"format": "{id}",
"format": "{windows}",
"all-outputs": true,
"disable-scroll": false,
"active-only": false,
"window-rewrite": {
"class<firefox>": "󰈹 ",
"class<app.zen_browser.zen>": "󰈹 ",
"class<Code>": "󰨞 ",
"class<Alacritty>": "󰆍 ",
"class<Spotify>": "󰓇 ",
"class<org.telegram.desktop>": "󰍡 ",
"class<kitty>": " ",
"class<org.gnome.Nautilus>": " "
}
},
"hyprland/window": {
"format": "{title}",
"format-empty": "󰟢 Desktop",
"icon": true,
"icon-size": 22,
"seperate-outputs": true
},
"tray": {
"show-passive-items": true,
"spacing": 10,
@@ -123,6 +138,9 @@
"format-icons": {
"none": "󰅺",
"notification": "󰡟",
"dnd-notification": "󰂛",
"": "󱏬",
"inhibited": "󰂛"
},
"on-click": "sleep 0.1 && swaync-client -t -sw",
"return-type": "json",