summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/shell/quickshell/Clock.qml
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell/Clock.qml')
-rw-r--r--accounts/gkleen@sif/shell/quickshell/Clock.qml4
1 files changed, 3 insertions, 1 deletions
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
9Item { 9Item {
10 id: clockItem 10 id: clockItem
11 11
12 property bool calendarPopup: true
13
12 width: clock.contentWidth 14 width: clock.contentWidth
13 height: parent.height 15 height: parent.height
14 anchors.verticalCenter: parent.verticalCenter 16 anchors.verticalCenter: parent.verticalCenter
@@ -18,7 +20,7 @@ Item {
18 20
19 anchors.fill: parent 21 anchors.fill: parent
20 hoverEnabled: true 22 hoverEnabled: true
21 enabled: true 23 enabled: clockItem.calendarPopup
22 24
23 property real angleRem: 0 25 property real angleRem: 0
24 property real sensitivity: 1 / 120 26 property real sensitivity: 1 / 120