make 25 lowest possible gamma

This commit is contained in:
end-4
2026-03-24 22:55:36 +01:00
parent 75594fb5cf
commit 35fb3d4da8
5 changed files with 11 additions and 4 deletions
@@ -11,6 +11,8 @@ Item {
required property string name
property bool rotateIcon: false
property bool scaleIcon: false
property alias from: valueProgressBar.from
property alias to: valueProgressBar.to
property real valueIndicatorVerticalPadding: 9
property real valueIndicatorLeftPadding: 10
@@ -9,5 +9,6 @@ OsdValueIndicator {
icon: "wb_twilight"
name: Translation.tr("Gamma")
from: Hyprsunset.gammaLowerLimit / 100
value: Hyprsunset.gamma / 100 ?? 0.5
}