diff --git a/.config/quickshell/modules/common/widgets/CliphistImage.qml b/.config/quickshell/modules/common/widgets/CliphistImage.qml index 088f6373..9de34450 100644 --- a/.config/quickshell/modules/common/widgets/CliphistImage.qml +++ b/.config/quickshell/modules/common/widgets/CliphistImage.qml @@ -41,7 +41,8 @@ Rectangle { property real scale: { return Math.min( root.maxWidth / imageWidth, - root.maxHeight / imageHeight + root.maxHeight / imageHeight, + 1 ) }