remove objects and bindings for time as this is handled through the Time Singleton

This commit is contained in:
2025-11-10 14:04:02 +01:00
parent aa040a5cd6
commit 565d2eebfd

View File

@@ -1,7 +1,6 @@
import Quickshell import Quickshell
Scope { Scope {
Time { id: timeSource }
Variants { Variants {
model: Quickshell.screens model: Quickshell.screens
@@ -20,7 +19,6 @@ Scope {
ClockWidget { ClockWidget {
anchors.centerIn: parent anchors.centerIn: parent
time: timeSource.time
} }
} }
} }