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",
@@ -57,7 +60,16 @@
"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"
},