quickshell: bump media album art to 128x128

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
rope 2026-06-17 14:47:02 +01:00
parent 150f362998
commit af35c81514

View file

@ -2428,10 +2428,10 @@ in
// the top row, so the art can be large.
Item {
width: parent.width
height: 64
height: 128
Rectangle {
width: 64; height: 64
width: 128; height: 128
radius: Theme.radiusSmall
anchors.left: parent.left
anchors.verticalCenter: parent.verticalCenter
@ -2442,7 +2442,7 @@ in
visible: albumArt.status !== Image.Ready
text: "music_note"
color: Theme.base04
font.pixelSize: 28
font.pixelSize: 48
}
Image {
id: albumArt