Compare commits
2 Commits
efbda53ab4
...
cf01291e4b
Author | SHA1 | Date | |
---|---|---|---|
cf01291e4b | |||
1ff2e30132 |
BIN
battery.xcf
Normal file
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 10 KiB |
|
@ -36,7 +36,7 @@ Item {
|
|||
|
||||
function batteryIcon() {
|
||||
let iconName = "battery_100"
|
||||
if(batteryPercent == -1) // charing
|
||||
if(batteryPercent == -1) // charging
|
||||
iconName = "battery_charging"
|
||||
else if(batteryPercent == -2) // not connected
|
||||
iconName = "battery_nc";
|
||||
|
|