diff --git a/user/Bar.qml b/user/Bar.qml index 6f41f9a..df22bfa 100644 --- a/user/Bar.qml +++ b/user/Bar.qml @@ -1,7 +1,6 @@ import Quickshell Scope { - Time { id: timeSource } Variants { model: Quickshell.screens @@ -20,7 +19,6 @@ Scope { ClockWidget { anchors.centerIn: parent - time: timeSource.time } } }