This commit is contained in:
2026-03-30 16:27:20 -05:00
parent 7a15a983af
commit 888a607ff7
6 changed files with 257 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ ClippingWrapperRectangle {
Text {
id: text
text: Math.round(UPower.displayDevice.percentage * 100) + "%"
text: (UPower.onBattery ? "" : "󱐋") + Math.round(UPower.displayDevice.percentage * 100) + "%"
padding: 10