fix(themes): restore summer-night's blank notification bell icons
All checks were successful
Check / eval (push) Successful in 2m59s

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 <noreply@anthropic.com>
This commit is contained in:
Bernardo Magri
2026-07-06 21:45:11 +01:00
parent f924d92f1b
commit 7b599c5786

View File

@@ -138,14 +138,14 @@
"on-click": "swaync-client -t -sw", "on-click": "swaync-client -t -sw",
"on-click-right": "swaync-client -d -sw", "on-click-right": "swaync-client -d -sw",
"format-icons": { "format-icons": {
"none": "", "none": "",
"notification": "", "notification": "",
"dnd-none": "", "dnd-none": "",
"dnd-notification": "", "dnd-notification": "",
"inhibited-none": "", "inhibited-none": "",
"inhibited-notification": "", "inhibited-notification": "",
"dnd-inhibited-none": "", "dnd-inhibited-none": "",
"dnd-inhibited-notification": "" "dnd-inhibited-notification": ""
} }
}, },