This commit is contained in:
Benjamin Palko 2025-08-27 23:21:48 -04:00
parent d42b7cb612
commit 9757567855
2 changed files with 70 additions and 73 deletions

View file

@ -9,16 +9,11 @@ import QtQuick.Layouts
import Quickshell.Services.Mpris import Quickshell.Services.Mpris
import Quickshell.Widgets import Quickshell.Widgets
WrapperRectangle { ColumnLayout {
id: root id: root
required property MprisPlayer player required property MprisPlayer player
color: Theme.palette.base200
radius: 8
margin: 16
ColumnLayout {
spacing: 12 spacing: 12
implicitWidth: 800 implicitWidth: 800
@ -92,5 +87,4 @@ WrapperRectangle {
onTriggered: root.player.positionChanged() onTriggered: root.player.positionChanged()
} }
} }
}
} }

View file

@ -15,11 +15,14 @@ StyledDrawer {
visible: Visibility.dashboard visible: Visibility.dashboard
WrapperRectangle { WrapperRectangle {
color: Theme.palette.base300 color: Theme.palette.base200
radius: 8 radius: 8
margin: 20 margin: 32
ColumnLayout { ColumnLayout {
spacing: 8
RowLayout { RowLayout {
spacing: 8
Layout.alignment: Qt.AlignHCenter Layout.alignment: Qt.AlignHCenter
StyledButton { StyledButton {