From 997f7d90a03debced552f05dc4786d76611e0649 Mon Sep 17 00:00:00 2001 From: nevaforget Date: Wed, 1 Apr 2026 15:31:27 +0200 Subject: [PATCH] Fix swaync notification icon size in waybar Remove explicit 16pt Pango span wrapper so the icon inherits the default waybar font size, matching all other modules. --- defaults/xdg/waybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/xdg/waybar/config b/defaults/xdg/waybar/config index bb214c3..7afdc0f 100644 --- a/defaults/xdg/waybar/config +++ b/defaults/xdg/waybar/config @@ -204,7 +204,7 @@ }, "custom/notification": { "tooltip": true, - "format": "{icon}", + "format": "{icon}", "format-icons": { "notification": "󱅫", "none": "󰂜",