From af35c81514ecbaeda63073d29e324443def70c8f Mon Sep 17 00:00:00 2001 From: rope Date: Wed, 17 Jun 2026 14:47:02 +0100 Subject: [PATCH] quickshell: bump media album art to 128x128 Co-Authored-By: Claude Opus 4.8 --- settings/quickshell.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/settings/quickshell.nix b/settings/quickshell.nix index 2eb6ee1..46133f4 100644 --- a/settings/quickshell.nix +++ b/settings/quickshell.nix @@ -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