NPill + Battery (WIP)

This commit is contained in:
quadbyte 2025-08-10 14:16:03 -04:00
parent aaf2aba0f8
commit 2f691fc72a
4 changed files with 329 additions and 1 deletions

View file

@ -76,6 +76,10 @@ Variants {
anchors.verticalCenter: bar.verticalCenter
spacing: Style.marginSmall * scaling
Battery {
anchors.verticalCenter: parent.verticalCenter
}
Clock {
anchors.verticalCenter: parent.verticalCenter
}