From 7b599c5786d8947a0a8c1d3bf7e1b0e0f76d615f Mon Sep 17 00:00:00 2001 From: Bernardo Magri Date: Mon, 6 Jul 2026 21:45:11 +0100 Subject: [PATCH] fix(themes): restore summer-night's blank notification bell icons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit summer-night shipped with its custom/notification format-icons all empty (the same Nerd Font glyph-loss seen in executive-slate/boreal), so its bar showed a blank notification indicator regardless of state — while its sibling summer-day kept the icons. Filled them in from summer-day so the FontAwesome bell (U+F0F3) / bell-slash (U+F1F6) match across the pair. Surgical edit — only the 8 icon values changed, hand-formatting untouched. V1: builtins.fromJSON parses; icons now byte-identical to summer-day; zero empty glyph fields remain across all four whole-swap bars. Co-Authored-By: Claude Opus 4.8 --- themes/summer-night/waybar.jsonc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/themes/summer-night/waybar.jsonc b/themes/summer-night/waybar.jsonc index 76796dc..344f25f 100644 --- a/themes/summer-night/waybar.jsonc +++ b/themes/summer-night/waybar.jsonc @@ -138,14 +138,14 @@ "on-click": "swaync-client -t -sw", "on-click-right": "swaync-client -d -sw", "format-icons": { - "none": "", - "notification": "", - "dnd-none": "", - "dnd-notification": "", - "inhibited-none": "", - "inhibited-notification": "", - "dnd-inhibited-none": "", - "dnd-inhibited-notification": "" + "none": "", + "notification": "", + "dnd-none": "", + "dnd-notification": "", + "inhibited-none": "", + "inhibited-notification": "", + "dnd-inhibited-none": "", + "dnd-inhibited-notification": "" } },