diff --git a/home/.config/eww/css/modules/_battery.scss b/home/.config/eww/css/modules/_battery.scss index 43f1062..d4894a4 100644 --- a/home/.config/eww/css/modules/_battery.scss +++ b/home/.config/eww/css/modules/_battery.scss @@ -15,6 +15,15 @@ // } .battery { + + .icon, .icon label { + font-family: "Material Symbols Outlined"; + + .extra, .extra label { + font-family: "Font Awesome 6 Free"; + } + } + .critical { .unplugged { color: #f00; diff --git a/home/.config/eww/scripts/battery b/home/.config/eww/scripts/battery index c5fc596..98b8c1f 100755 --- a/home/.config/eww/scripts/battery +++ b/home/.config/eww/scripts/battery @@ -7,7 +7,7 @@ source "./scripts/include" # devices (in /sys/class/power_supply/) i.e. BATTERY=BAT0 ADAPTER=ADP0 # or, if left unset, they will be automatically picked. -CAPACITY_ICONS=("" "" "" "" "") +CAPACITY_ICONS=("󰁺" "󰁻" "󰁼" "󰁽" "󰁾" "󰁿" "󰂀" "󰂁" "󰂂" "󰁹") CHARGING_ICON="" DISCHARGING_ICON="" FULL_ICON="" # Plugged in, but no longer charging (fully charged)