mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
bouncy audio device selector buttons
This commit is contained in:
parent
a88119c3c0
commit
113024ba83
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -113,7 +113,7 @@ Item {
|
|||
}
|
||||
}
|
||||
// Device selector
|
||||
RowLayout {
|
||||
ButtonGroup {
|
||||
id: deviceSelectorRowLayout
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue