diff --git a/dots/.config/quickshell/ii/modules/common/widgets/PagePlaceholder.qml b/dots/.config/quickshell/ii/modules/common/widgets/PagePlaceholder.qml index f0a12aa77..36378b53b 100644 --- a/dots/.config/quickshell/ii/modules/common/widgets/PagePlaceholder.qml +++ b/dots/.config/quickshell/ii/modules/common/widgets/PagePlaceholder.qml @@ -34,7 +34,7 @@ Item { Layout.alignment: Qt.AlignHCenter padding: 12 iconSize: 56 - rotation: -60 * (1 - root.opacity) + rotation: -30 * (1 - root.opacity) } StyledText { id: widgetNameText