Compare commits

...

2 Commits

Author SHA1 Message Date
cf01291e4b
typo :< 2024-01-17 20:45:08 +01:00
1ff2e30132
new colors for the icons + xcf 2024-01-17 20:44:58 +01:00
8 changed files with 1 additions and 1 deletions

BIN
battery.xcf Normal file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -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";