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