more raw
This commit is contained in:
parent
d42b7cb612
commit
9757567855
2 changed files with 70 additions and 73 deletions
|
|
@ -9,15 +9,10 @@ import QtQuick.Layouts
|
|||
import Quickshell.Services.Mpris
|
||||
import Quickshell.Widgets
|
||||
|
||||
WrapperRectangle {
|
||||
id: root
|
||||
required property MprisPlayer player
|
||||
|
||||
color: Theme.palette.base200
|
||||
radius: 8
|
||||
margin: 16
|
||||
|
||||
ColumnLayout {
|
||||
id: root
|
||||
|
||||
required property MprisPlayer player
|
||||
|
||||
spacing: 12
|
||||
|
||||
|
|
@ -93,4 +88,3 @@ WrapperRectangle {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,11 +15,14 @@ StyledDrawer {
|
|||
visible: Visibility.dashboard
|
||||
|
||||
WrapperRectangle {
|
||||
color: Theme.palette.base300
|
||||
color: Theme.palette.base200
|
||||
radius: 8
|
||||
margin: 20
|
||||
margin: 32
|
||||
ColumnLayout {
|
||||
spacing: 8
|
||||
RowLayout {
|
||||
spacing: 8
|
||||
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
|
||||
StyledButton {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue