diff --git a/.config/quickshell/modules/sidebarRight/volumeMixer/AudioDeviceSelectorButton.qml b/.config/quickshell/modules/sidebarRight/volumeMixer/AudioDeviceSelectorButton.qml index 05249a6c..b1cd2107 100644 --- a/.config/quickshell/modules/sidebarRight/volumeMixer/AudioDeviceSelectorButton.qml +++ b/.config/quickshell/modules/sidebarRight/volumeMixer/AudioDeviceSelectorButton.qml @@ -8,14 +8,14 @@ import QtQuick.Layouts import Quickshell.Widgets import Quickshell.Services.Pipewire -RippleButton { +GroupButton { id: button required property bool input buttonRadius: Appearance.rounding.small colBackground: Appearance.colors.colLayer2 colBackgroundHover: Appearance.colors.colLayer2Hover - colRipple: Appearance.colors.colLayer2Active + colBackgroundActive: Appearance.colors.colLayer2Active contentItem: RowLayout { anchors.fill: parent diff --git a/.config/quickshell/modules/sidebarRight/volumeMixer/VolumeMixer.qml b/.config/quickshell/modules/sidebarRight/volumeMixer/VolumeMixer.qml index e70ac18e..4fd51c75 100644 --- a/.config/quickshell/modules/sidebarRight/volumeMixer/VolumeMixer.qml +++ b/.config/quickshell/modules/sidebarRight/volumeMixer/VolumeMixer.qml @@ -113,7 +113,7 @@ Item { } } // Device selector - RowLayout { + ButtonGroup { id: deviceSelectorRowLayout Layout.fillWidth: true Layout.fillHeight: false