From b6fc897b39d3c40330fc103fded16be820e0afcc Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Tue, 24 Mar 2026 17:18:01 +0100 Subject: [PATCH] make gamma indicator icon not scale --- .../ii/modules/ii/onScreenDisplay/indicators/GammaIndicator.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/dots/.config/quickshell/ii/modules/ii/onScreenDisplay/indicators/GammaIndicator.qml b/dots/.config/quickshell/ii/modules/ii/onScreenDisplay/indicators/GammaIndicator.qml index 7dac9e84f..f86a8d7c0 100644 --- a/dots/.config/quickshell/ii/modules/ii/onScreenDisplay/indicators/GammaIndicator.qml +++ b/dots/.config/quickshell/ii/modules/ii/onScreenDisplay/indicators/GammaIndicator.qml @@ -8,7 +8,6 @@ OsdValueIndicator { id: rotateIcon icon: "wb_twilight" - scaleIcon: true name: Translation.tr("Gamma") value: Hyprsunset.gamma / 100 ?? 0.5 }