remove objects and bindings for time as this is handled through the Time Singleton
This commit is contained in:
@@ -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
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user