mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Use battery icons from Material Symbols font
This commit is contained in:
parent
2a4dbd98db
commit
adb438f050
|
@ -15,6 +15,15 @@
|
||||||
// }
|
// }
|
||||||
|
|
||||||
.battery {
|
.battery {
|
||||||
|
|
||||||
|
.icon, .icon label {
|
||||||
|
font-family: "Material Symbols Outlined";
|
||||||
|
|
||||||
|
.extra, .extra label {
|
||||||
|
font-family: "Font Awesome 6 Free";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.critical {
|
.critical {
|
||||||
.unplugged {
|
.unplugged {
|
||||||
color: #f00;
|
color: #f00;
|
||||||
|
|
|
@ -7,7 +7,7 @@ source "./scripts/include"
|
||||||
# devices (in /sys/class/power_supply/) i.e. BATTERY=BAT0 ADAPTER=ADP0
|
# devices (in /sys/class/power_supply/) i.e. BATTERY=BAT0 ADAPTER=ADP0
|
||||||
# or, if left unset, they will be automatically picked.
|
# or, if left unset, they will be automatically picked.
|
||||||
|
|
||||||
CAPACITY_ICONS=("" "" "" "" "")
|
CAPACITY_ICONS=("" "" "" "" "" "" "" "" "" "")
|
||||||
CHARGING_ICON=""
|
CHARGING_ICON=""
|
||||||
DISCHARGING_ICON=""
|
DISCHARGING_ICON=""
|
||||||
FULL_ICON="" # Plugged in, but no longer charging (fully charged)
|
FULL_ICON="" # Plugged in, but no longer charging (fully charged)
|
||||||
|
|
Loading…
Reference in a new issue