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
@@ -182,8 +182,10 @@ WindowDialog {
leftMargin: 4
rightMargin: 4
}
from: Hyprsunset.gammaLowerLimit / 100
value: Hyprsunset.gamma / 100
onMoved: Hyprsunset.setGamma(value * 100)
tooltipContent: `${Math.round(value * 100)}%`
}
}