forked from Shinonome/dots-hyprland
make night light color temp slider more intuitive
This commit is contained in:
@@ -70,10 +70,10 @@ WindowDialog {
|
|||||||
leftMargin: 4
|
leftMargin: 4
|
||||||
rightMargin: 4
|
rightMargin: 4
|
||||||
}
|
}
|
||||||
text: Translation.tr("Color temperature")
|
text: Translation.tr("Intensity")
|
||||||
from: 1000
|
from: 6500
|
||||||
to: 20000
|
to: 1200
|
||||||
stopIndicatorValues: [6000, to]
|
stopIndicatorValues: [5000, to]
|
||||||
value: Config.options.light.night.colorTemperature
|
value: Config.options.light.night.colorTemperature
|
||||||
onMoved: Config.options.light.night.colorTemperature = value
|
onMoved: Config.options.light.night.colorTemperature = value
|
||||||
tooltipContent: `${Math.round(value)}K`
|
tooltipContent: `${Math.round(value)}K`
|
||||||
|
|||||||
Reference in New Issue
Block a user