diff --git a/dots/.config/quickshell/ii/modules/sidebarRight/BottomWidgetGroup.qml b/dots/.config/quickshell/ii/modules/sidebarRight/BottomWidgetGroup.qml index 96313289a..244464069 100644 --- a/dots/.config/quickshell/ii/modules/sidebarRight/BottomWidgetGroup.qml +++ b/dots/.config/quickshell/ii/modules/sidebarRight/BottomWidgetGroup.qml @@ -227,7 +227,8 @@ Rectangle { id: calendarWidget CalendarWidget { - anchors.centerIn: parent + anchors.fill: parent + anchors.margins: 5 } }