added tray option to show icons on waybar

This commit is contained in:
2025-09-24 09:45:54 +02:00
parent 63a6be69b7
commit fe00236514

View File

@@ -2,9 +2,12 @@
"layer": "top",
"position": "top",
"modules-left": [
"hyprland/workspaces"
"hyprland/workspaces",
"tray"
],
"modules-center": [
"clock"
],
"modules-center": ["clock"],
"modules-right": [
"pulseaudio",
"battery",
@@ -16,7 +19,7 @@
],
"hyprland/workspaces": {
"persistent-workspaces": {
"*":5
"*": 5
},
"format": "{name}: {icon}",
"format-icons": {
@@ -39,25 +42,34 @@
"format-disconnected": "󰤠 ",
"interval": 5,
"tooltip": false,
"on-click" : "nm-connection-editor"
"on-click": "nm-connection-editor"
},
"bluetooth": {
"format": "󰂲",
"format-on": "{icon}",
"format-off": "{icon}",
"format-connected":"{icon}",
"format-icons":{
"on":"󰂯",
"format-connected": "{icon}",
"format-icons": {
"on": "󰂯",
"off": "󰂲",
"connected": "󰂱",
},
"on-click": "blueman-manager",
"tooltip-format-connected":"{device_enumerate}"
"tooltip-format-connected": "{device_enumerate}"
},
"cpu": {
"interval": 1,
"format": "{icon0}{icon1}{icon2}{icon3} {usage:>2}%",
"format-icons": ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█"]
"format-icons": [
"▁",
"▂",
"▃",
"▄",
"▅",
"▆",
"▇",
"█"
]
},
"memory": {
"interval": 30,
@@ -67,7 +79,11 @@
"format": "{icon} {volume}%",
"format-muted": "",
"format-icons": {
"default": ["", "", " "]
"default": [
"",
"",
" "
]
},
"on-click": "pavucontrol"
},