Compare commits
No commits in common. "cf01291e4bb81a563307c571f297ec9bcff03e4b" and "efbda53ab46810930b67372cad2f7815e51d5d22" have entirely different histories.
cf01291e4b
...
efbda53ab4
BIN
battery.xcf
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 9.8 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 17 KiB |
|
@ -36,7 +36,7 @@ Item {
|
|||
|
||||
function batteryIcon() {
|
||||
let iconName = "battery_100"
|
||||
if(batteryPercent == -1) // charging
|
||||
if(batteryPercent == -1) // charing
|
||||
iconName = "battery_charging"
|
||||
else if(batteryPercent == -2) // not connected
|
||||
iconName = "battery_nc";
|
||||
|
|