Files
quickshell/Components/Utils/Battery.qml
2026-06-10 21:18:32 +01:00

9 lines
69 B
QML

import Quickshell
import QtQuick
Item {
Text {
text: "some"
}
}