diff --git a/.config/quickshell/ii/modules/settings/InterfaceConfig.qml b/.config/quickshell/ii/modules/settings/InterfaceConfig.qml index d9d1ada3c..325fbeb4f 100644 --- a/.config/quickshell/ii/modules/settings/InterfaceConfig.qml +++ b/.config/quickshell/ii/modules/settings/InterfaceConfig.qml @@ -251,6 +251,11 @@ ContentPage { icon: "deselect", value: "none" }, + { + displayName: Translation.tr("Bubble"), + icon: "bubble_chart", + value: "bubble" + }, { displayName: Translation.tr("Rotating"), icon: "rotate_right", @@ -260,15 +265,16 @@ ContentPage { displayName: Translation.tr("Square"), icon: "square", value: "square" - }, - { - displayName: Translation.tr("Bubble"), - icon: "bubble_chart", - value: "bubble" } ] } } + StyledText { + Layout.leftMargin: 10 + color: Appearance.colors.colSubtext + font.pixelSize: Appearance.font.pixelSize.smallie + text: Translation.tr("'Rotating' and 'Square' styles are not compatible with dial styles for aesthetic reasons") + } ConfigSpinBox {