basic mpris controller

This commit is contained in:
Benjamin Palko 2025-08-27 12:43:56 -04:00
parent e01096691f
commit 2020c102f3
3 changed files with 110 additions and 0 deletions

View file

@ -82,6 +82,16 @@ StyledWindow {
}
}
ColumnLayout {
StyledText {
text: "Mpris Controller"
font.pixelSize: 18
}
MprisController {
player: Mpris.active ?? null
}
}
ColumnLayout {
StyledText {
text: "Drawer"