bar/battery: start of battery widget

This commit is contained in:
kossLAN 2025-06-08 23:44:52 -04:00
parent 3f8ed91cd3
commit 474f14465c
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8
2 changed files with 108 additions and 9 deletions

View file

@ -1,9 +0,0 @@
import Quickshell
import QtQuick
Rectangle {
id: root
visible: false
implicitWidth: 20
implicitHeight: 20
}