Fix swaync notification icon size in waybar
All checks were successful
Update PKGBUILD version / update-pkgver (push) Successful in 2s

Remove explicit 16pt Pango span wrapper so the icon inherits
the default waybar font size, matching all other modules.
This commit is contained in:
nevaforget 2026-04-01 15:31:27 +02:00
parent 3673b22009
commit 997f7d90a0

View File

@ -204,7 +204,7 @@
},
"custom/notification": {
"tooltip": true,
"format": "<span size='16pt'>{icon}</span>",
"format": "{icon}",
"format-icons": {
"notification": "󱅫",
"none": "󰂜",