From 862ddc9059883900024d3e41f6a86f259134035a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 4 Sep 2025 20:14:56 +0200 Subject: ... --- accounts/gkleen@sif/shell/quickshell/Clock.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'accounts/gkleen@sif/shell/quickshell/Clock.qml') diff --git a/accounts/gkleen@sif/shell/quickshell/Clock.qml b/accounts/gkleen@sif/shell/quickshell/Clock.qml index edce57e3..d0c9178b 100644 --- a/accounts/gkleen@sif/shell/quickshell/Clock.qml +++ b/accounts/gkleen@sif/shell/quickshell/Clock.qml @@ -9,6 +9,8 @@ import Quickshell.Widgets Item { id: clockItem + property bool calendarPopup: true + width: clock.contentWidth height: parent.height anchors.verticalCenter: parent.verticalCenter @@ -18,7 +20,7 @@ Item { anchors.fill: parent hoverEnabled: true - enabled: true + enabled: clockItem.calendarPopup property real angleRem: 0 property real sensitivity: 1 / 120 -- cgit v1.2.3