From 113024ba83ed4c9a5b263fec3583f83a80fcd931 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 24 May 2025 21:03:25 +0200 Subject: [PATCH] bouncy audio device selector buttons --- .../sidebarRight/volumeMixer/AudioDeviceSelectorButton.qml | 4 ++-- .../modules/sidebarRight/volumeMixer/VolumeMixer.qml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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