From 565d2eebfdb307f5f959dfe0bbbf1a8bda14ac6e Mon Sep 17 00:00:00 2001 From: zer0day Date: Mon, 10 Nov 2025 14:04:02 +0100 Subject: [PATCH] remove objects and bindings for time as this is handled through the Time Singleton --- user/Bar.qml | 2 -- 1 file changed, 2 deletions(-) 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 } } }