basic mpris controller

This commit is contained in:
Benjamin Palko 2025-08-27 12:43:56 -04:00
parent e01096691f
commit 95d3eb2bcc
3 changed files with 111 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"