diff --git a/.config/quickshell/modules/sidebarRight/calendar/CalendarDayButton.qml b/.config/quickshell/modules/sidebarRight/calendar/CalendarDayButton.qml index 29bfee05..d5989c84 100644 --- a/.config/quickshell/modules/sidebarRight/calendar/CalendarDayButton.qml +++ b/.config/quickshell/modules/sidebarRight/calendar/CalendarDayButton.qml @@ -10,7 +10,6 @@ RippleButton { property string day property int isToday property bool bold - property bool interactable: true Layout.fillWidth: false Layout.fillHeight: false diff --git a/.config/quickshell/modules/sidebarRight/calendar/CalendarWidget.qml b/.config/quickshell/modules/sidebarRight/calendar/CalendarWidget.qml index 659b5505..1f11d87a 100644 --- a/.config/quickshell/modules/sidebarRight/calendar/CalendarWidget.qml +++ b/.config/quickshell/modules/sidebarRight/calendar/CalendarWidget.qml @@ -95,7 +95,7 @@ Item { day: modelData.day isToday: modelData.today bold: true - interactable: false + enabled: false } } }