quickshell: hides widgets if they dont provide useful information

This commit is contained in:
2026-03-15 20:21:08 +00:00
parent 7a1caeaaa3
commit 9b3135c378
2 changed files with 2 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ RowLayout {
id: content
height: 20
anchors.centerIn: root
visible: UPower.displayDevice.percentage != 0
Rectangle {
implicitHeight: text.height
implicitWidth: text.width