non important commit

This commit is contained in:
benstrb 2026-03-07 20:32:05 +01:00
parent de83e0737c
commit d214a5eecb

View file

@ -1,7 +1,16 @@
pragma ComponentBehavior: Bound
import Quickshell
import QtQuick
ShellRoot {
id: root
SystemClock {
id: clock
precision: SystemClock.Minutes
}
Variants {
model: Quickshell.screens
@ -14,12 +23,7 @@ ShellRoot {
anchors.left: true
anchors.bottom: true
implicitWidth: 50
color: "#1a1b26"
SystemClock {
id: clock
precision: SystemClock.Minutes
}
color: "#9d8a90"
Text {
anchors.centerIn: parent