change the charging icon

phoen
Daniel Barlow 2022-04-01 16:21:03 +01:00
parent e20e2d335f
commit a3584f21e0
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
(stylesheet "licht.css")
(fn battery-icon-codepoint [status percent]
(if ; (= status "Charging") 0xf376 ; glyph not present in font-awesome free
(if (= status "Charging") 0xf0e7
(> percent 90) 0xf240 ;full
(> percent 60) 0xf241 ;3/4
(> percent 40) 0xf242 ;1/2