feat: battery, refactor

This commit is contained in:
Kat Inskip 2025-12-07 23:37:25 -08:00
parent 9ae22c832f
commit 1ba98534eb
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
15 changed files with 122 additions and 6 deletions

View file

@ -1,24 +0,0 @@
import QtQuick
import QtQuick.Layouts
import "root:/DataSources"
import "root:/Components"
import Niri 0.1
import QtQuick
import QtQuick.Layouts
import Quickshell
RowLayout {
id: root
property var screen
spacing: 10
Repeater {
model: niri.workspaces
WorkspaceButton {
modelData: model
screenData: screen
}
}
}