From 9b8eac6b54b387bc0cd611a6bf3b97672a6c45f0 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 26 May 2025 11:38:50 +0200 Subject: [PATCH] audio device selector more bouncy --- .../sidebarRight/volumeMixer/AudioDeviceSelectorButton.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/quickshell/modules/sidebarRight/volumeMixer/AudioDeviceSelectorButton.qml b/.config/quickshell/modules/sidebarRight/volumeMixer/AudioDeviceSelectorButton.qml index b1cd2107..cc956cc0 100644 --- a/.config/quickshell/modules/sidebarRight/volumeMixer/AudioDeviceSelectorButton.qml +++ b/.config/quickshell/modules/sidebarRight/volumeMixer/AudioDeviceSelectorButton.qml @@ -16,6 +16,7 @@ GroupButton { colBackground: Appearance.colors.colLayer2 colBackgroundHover: Appearance.colors.colLayer2Hover colBackgroundActive: Appearance.colors.colLayer2Active + clickedWidth: baseWidth + 30 contentItem: RowLayout { anchors.fill: parent