fix icons missing

This commit is contained in:
Damocles 2026-04-12 00:37:11 +02:00
parent a2065bff51
commit de2be39a88
12 changed files with 15 additions and 15 deletions

View file

@ -13,7 +13,7 @@ Row {
M.BarIcon {
icon: {
if (root.charging) return "";
if (root.charging) return "󰂄";
const icons = ["󰂎", "󰁺", "󰁻", "󰁼", "󰁽", "󰁾", "󰁿", "󰂀", "󰂁", "󰂂", "󱟢"];
return icons[Math.min(10, Math.floor(root.pct / 10))];
}