fix(themes): restore lost Nerd Font glyphs in executive-slate + boreal bars
All checks were successful
Check / eval (push) Successful in 3m13s

The whole-swap waybar.jsonc for both themes shipped with every Nerd Font
private-use glyph dropped to an empty string — the launcher (U+F000), the
power button (U+F011), and all pulseaudio / battery / notification
format-icons — so the bars rendered with those icons blank. The glyphs were
lost when the files were first written; restored here from the known-good
generated bar (waybar.nix) and summer-night, verified by codepoint:
launcher U+F000, power U+F011, notification bells U+F009A-C, full
battery/volume icon sets. (Files re-dumped with ensure_ascii=False, so the
module arrays are now multi-line — content only, no layout change.)

V1: strict JSON + builtins.fromJSON parse both (13 right-modules each);
comprehensive scan reports zero empty glyph fields; flake check green.

Found while sweeping the branch: summer-night/day carry the same empty
notification format-icons (pre-existing, untouched here) — flagged for a
separate fix.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Bernardo Magri
2026-07-06 21:24:42 +01:00
parent f2c815ddbd
commit f924d92f1b
2 changed files with 126 additions and 94 deletions

View File

@@ -8,29 +8,44 @@
"position": "top", "position": "top",
"spacing": 4, "spacing": 4,
"reload_style_on_change": true, "reload_style_on_change": true,
"modules-left": [
"modules-left": ["custom/nomarchy", "clock", "clock#date"], "custom/nomarchy",
"modules-center": ["hyprland/workspaces"], "clock",
"modules-right": ["custom/recording", "custom/updates", "custom/doctor", "idle_inhibitor", "custom/nightlight", "hyprland/language", "custom/vpn", "pulseaudio", "battery", "custom/powerprofile", "tray", "custom/notification", "custom/powermenu"], "clock#date"
],
"modules-center": [
"hyprland/workspaces"
],
"modules-right": [
"custom/recording",
"custom/updates",
"custom/doctor",
"idle_inhibitor",
"custom/nightlight",
"hyprland/language",
"custom/vpn",
"pulseaudio",
"battery",
"custom/powerprofile",
"tray",
"custom/notification",
"custom/powermenu"
],
"custom/nomarchy": { "custom/nomarchy": {
"interval": "once", "interval": "once",
"format": "", "format": "",
"on-click": "nomarchy-menu", "on-click": "nomarchy-menu",
"tooltip-format": "Nomarchy menu" "tooltip-format": "Nomarchy menu"
}, },
"clock": { "clock": {
"format": "{:%H:%M}", "format": "{:%H:%M}",
"tooltip": true, "tooltip": true,
"tooltip-format": "{:%Z (UTC%z)}\n<tt><small>{calendar}</small></tt>" "tooltip-format": "{:%Z (UTC%z)}\n<tt><small>{calendar}</small></tt>"
}, },
"clock#date": { "clock#date": {
"format": "{:%a %d %b}", "format": "{:%a %d %b}",
"tooltip": false "tooltip": false
}, },
"hyprland/workspaces": { "hyprland/workspaces": {
"disable-scroll": true, "disable-scroll": true,
"all-outputs": true, "all-outputs": true,
@@ -38,7 +53,6 @@
"on-scroll-up": "hyprctl dispatch workspace r+1", "on-scroll-up": "hyprctl dispatch workspace r+1",
"on-scroll-down": "hyprctl dispatch workspace r-1" "on-scroll-down": "hyprctl dispatch workspace r-1"
}, },
"custom/recording": { "custom/recording": {
"return-type": "json", "return-type": "json",
"interval": 10, "interval": 10,
@@ -46,7 +60,6 @@
"exec": "nomarchy-record status", "exec": "nomarchy-record status",
"on-click": "nomarchy-record stop" "on-click": "nomarchy-record stop"
}, },
"custom/updates": { "custom/updates": {
"return-type": "json", "return-type": "json",
"interval": 1800, "interval": 1800,
@@ -54,83 +67,86 @@
"exec": "nomarchy-updates status", "exec": "nomarchy-updates status",
"on-click": "sh -c '$TERMINAL -e nomarchy-updates upgrade'" "on-click": "sh -c '$TERMINAL -e nomarchy-updates upgrade'"
}, },
"custom/doctor": { "custom/doctor": {
"return-type": "json", "return-type": "json",
"interval": 300, "interval": 300,
"exec": "nomarchy-doctor-status", "exec": "nomarchy-doctor-status",
"on-click": "nomarchy-menu doctor" "on-click": "nomarchy-menu doctor"
}, },
"idle_inhibitor": { "idle_inhibitor": {
"format": "{icon}", "format": "{icon}",
"format-icons": { "format-icons": {
"activated": "󰅶", "activated": " 󰅶 ",
"deactivated": "󰾪" "deactivated": " 󰾪 "
} }
}, },
"custom/nightlight": { "custom/nightlight": {
"return-type": "json", "return-type": "json",
"interval": 3, "interval": 3,
"exec": "nomarchy-nightlight status", "exec": "nomarchy-nightlight status",
"on-click": "nomarchy-nightlight toggle" "on-click": "nomarchy-nightlight toggle"
}, },
"hyprland/language": { "hyprland/language": {
"format": "󰌌 {short}", "format": "󰌌 {short}",
"tooltip": false "tooltip": false
}, },
"custom/vpn": { "custom/vpn": {
"return-type": "json", "return-type": "json",
"interval": 5, "interval": 5,
"exec": "nomarchy-vpn-status", "exec": "nomarchy-vpn-status",
"on-click": "nomarchy-vpn" "on-click": "nomarchy-vpn"
}, },
"pulseaudio": { "pulseaudio": {
"scroll-step": 5, "scroll-step": 5,
"format": "{icon} {volume}%", "format": "{icon} {volume}%",
"format-bluetooth": "{icon} {volume}%", "format-bluetooth": "{icon} {volume}%",
"format-bluetooth-muted": "{icon} muted", "format-bluetooth-muted": "{icon}",
"format-muted": " muted", "format-muted": " muted",
"format-icons": { "format-icons": {
"headphone": "", "headphone": "",
"hands-free": "", "hands-free": "",
"headset": "", "headset": "",
"phone": "", "phone": "",
"portable": "", "portable": "",
"car": "", "car": "",
"default": ["", "", ""] "default": [
"",
"",
""
]
}, },
"on-click": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle", "on-click": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle",
"tooltip-format": "{desc} | {volume}%" "tooltip-format": "{desc} | {volume}%"
}, },
"battery": { "battery": {
"interval": 30, "interval": 30,
"states": { "warning": 25, "critical": 10 }, "states": {
"warning": 25,
"critical": 10
},
"format": "{icon} {capacity}%", "format": "{icon} {capacity}%",
"format-charging": " {capacity}%", "format-charging": " {capacity}%",
"format-plugged": " {capacity}%", "format-plugged": " {capacity}%",
"format-icons": ["", "", "", "", ""], "format-icons": [
"",
"",
"",
"",
""
],
"on-click": "nomarchy-menu power", "on-click": "nomarchy-menu power",
"tooltip-format": "Battery status" "tooltip-format": "Battery status"
}, },
"custom/powerprofile": { "custom/powerprofile": {
"return-type": "json", "return-type": "json",
"interval": 5, "interval": 5,
"exec": "nomarchy-powerprofile-status", "exec": "nomarchy-powerprofile-status",
"on-click": "nomarchy-powerprofile-cycle" "on-click": "nomarchy-powerprofile-cycle"
}, },
"tray": { "tray": {
"icon-size": 15, "icon-size": 15,
"spacing": 10 "spacing": 10
}, },
"custom/notification": { "custom/notification": {
"format": "{icon}", "format": "{icon}",
"return-type": "json", "return-type": "json",
@@ -141,19 +157,18 @@
"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": "󰂛"
} }
}, },
"custom/powermenu": { "custom/powermenu": {
"format": "", "format": "",
"on-click": "nomarchy-menu power", "on-click": "nomarchy-menu power",
"tooltip": false "tooltip": false
} }

View File

@@ -8,18 +8,35 @@
"position": "top", "position": "top",
"spacing": 0, "spacing": 0,
"reload_style_on_change": true, "reload_style_on_change": true,
"modules-left": [
"modules-left": ["custom/nomarchy", "hyprland/workspaces", "clock#date"], "custom/nomarchy",
"modules-center": ["clock"], "hyprland/workspaces",
"modules-right": ["custom/recording", "idle_inhibitor", "custom/nightlight", "hyprland/language", "custom/updates", "pulseaudio", "custom/powerprofile", "battery", "custom/vpn", "custom/doctor", "custom/notification", "tray", "custom/powermenu"], "clock#date"
],
"modules-center": [
"clock"
],
"modules-right": [
"custom/recording",
"idle_inhibitor",
"custom/nightlight",
"hyprland/language",
"custom/updates",
"pulseaudio",
"custom/powerprofile",
"battery",
"custom/vpn",
"custom/doctor",
"custom/notification",
"tray",
"custom/powermenu"
],
"custom/nomarchy": { "custom/nomarchy": {
"interval": "once", "interval": "once",
"format": "", "format": "",
"on-click": "nomarchy-menu", "on-click": "nomarchy-menu",
"tooltip-format": "Nomarchy menu" "tooltip-format": "Nomarchy menu"
}, },
"hyprland/workspaces": { "hyprland/workspaces": {
"disable-scroll": true, "disable-scroll": true,
"all-outputs": true, "all-outputs": true,
@@ -27,18 +44,15 @@
"on-scroll-up": "hyprctl dispatch workspace r+1", "on-scroll-up": "hyprctl dispatch workspace r+1",
"on-scroll-down": "hyprctl dispatch workspace r-1" "on-scroll-down": "hyprctl dispatch workspace r-1"
}, },
"clock": { "clock": {
"format": "{:%H:%M}", "format": "{:%H:%M}",
"tooltip": true, "tooltip": true,
"tooltip-format": "{:%Z (UTC%z)}\n<tt><small>{calendar}</small></tt>" "tooltip-format": "{:%Z (UTC%z)}\n<tt><small>{calendar}</small></tt>"
}, },
"clock#date": { "clock#date": {
"format": "{:%a %d %b}", "format": "{:%a %d %b}",
"tooltip": false "tooltip": false
}, },
"custom/recording": { "custom/recording": {
"return-type": "json", "return-type": "json",
"interval": 10, "interval": 10,
@@ -46,27 +60,23 @@
"exec": "nomarchy-record status", "exec": "nomarchy-record status",
"on-click": "nomarchy-record stop" "on-click": "nomarchy-record stop"
}, },
"idle_inhibitor": { "idle_inhibitor": {
"format": "{icon}", "format": "{icon}",
"format-icons": { "format-icons": {
"activated": "󰅶", "activated": " 󰅶 ",
"deactivated": "󰾪" "deactivated": " 󰾪 "
} }
}, },
"custom/nightlight": { "custom/nightlight": {
"return-type": "json", "return-type": "json",
"interval": 3, "interval": 3,
"exec": "nomarchy-nightlight status", "exec": "nomarchy-nightlight status",
"on-click": "nomarchy-nightlight toggle" "on-click": "nomarchy-nightlight toggle"
}, },
"hyprland/language": { "hyprland/language": {
"format": "󰌌 {short}", "format": "󰌌 {short}",
"tooltip": false "tooltip": false
}, },
"custom/updates": { "custom/updates": {
"return-type": "json", "return-type": "json",
"interval": 1800, "interval": 1800,
@@ -74,58 +84,65 @@
"exec": "nomarchy-updates status", "exec": "nomarchy-updates status",
"on-click": "sh -c '$TERMINAL -e nomarchy-updates upgrade'" "on-click": "sh -c '$TERMINAL -e nomarchy-updates upgrade'"
}, },
"pulseaudio": { "pulseaudio": {
"scroll-step": 5, "scroll-step": 5,
"format": "{icon} {volume}%", "format": "{icon} {volume}%",
"format-bluetooth": "{icon} {volume}%", "format-bluetooth": "{icon} {volume}%",
"format-bluetooth-muted": "{icon} muted", "format-bluetooth-muted": "{icon}",
"format-muted": " muted", "format-muted": " muted",
"format-icons": { "format-icons": {
"headphone": "", "headphone": "",
"hands-free": "", "hands-free": "",
"headset": "", "headset": "",
"phone": "", "phone": "",
"portable": "", "portable": "",
"car": "", "car": "",
"default": ["", "", ""] "default": [
"",
"",
""
]
}, },
"on-click": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle", "on-click": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle",
"tooltip-format": "{desc} | {volume}%" "tooltip-format": "{desc} | {volume}%"
}, },
"custom/powerprofile": { "custom/powerprofile": {
"return-type": "json", "return-type": "json",
"interval": 5, "interval": 5,
"exec": "nomarchy-powerprofile-status", "exec": "nomarchy-powerprofile-status",
"on-click": "nomarchy-powerprofile-cycle" "on-click": "nomarchy-powerprofile-cycle"
}, },
"battery": { "battery": {
"interval": 30, "interval": 30,
"states": { "warning": 25, "critical": 10 }, "states": {
"warning": 25,
"critical": 10
},
"format": "{icon} {capacity}%", "format": "{icon} {capacity}%",
"format-charging": " {capacity}%", "format-charging": " {capacity}%",
"format-plugged": " {capacity}%", "format-plugged": " {capacity}%",
"format-icons": ["", "", "", "", ""], "format-icons": [
"",
"",
"",
"",
""
],
"on-click": "nomarchy-menu power", "on-click": "nomarchy-menu power",
"tooltip-format": "Battery status" "tooltip-format": "Battery status"
}, },
"custom/vpn": { "custom/vpn": {
"return-type": "json", "return-type": "json",
"interval": 5, "interval": 5,
"exec": "nomarchy-vpn-status", "exec": "nomarchy-vpn-status",
"on-click": "nomarchy-vpn" "on-click": "nomarchy-vpn"
}, },
"custom/doctor": { "custom/doctor": {
"return-type": "json", "return-type": "json",
"interval": 300, "interval": 300,
"exec": "nomarchy-doctor-status", "exec": "nomarchy-doctor-status",
"on-click": "nomarchy-menu doctor" "on-click": "nomarchy-menu doctor"
}, },
"custom/notification": { "custom/notification": {
"format": "{icon}", "format": "{icon}",
"return-type": "json", "return-type": "json",
@@ -136,21 +153,21 @@
"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": "󰂛"
} }
}, },
"tray": {
"tray": { "spacing": 8 }, "spacing": 8
},
"custom/powermenu": { "custom/powermenu": {
"format": "", "format": "",
"on-click": "nomarchy-menu power", "on-click": "nomarchy-menu power",
"tooltip": false "tooltip": false
} }