1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-15 18:02:50 -05:00

display: use ddcutil for brightness changing

This commit is contained in:
bbedward
2025-07-15 16:22:06 -04:00
parent 3df92697e0
commit 13ef607758
4 changed files with 158 additions and 89 deletions

View File

@@ -36,7 +36,7 @@ ScrollView {
rightIcon: "brightness_high"
enabled: BrightnessService.brightnessAvailable
onSliderValueChanged: (newValue) => {
onSliderValueChanged: function(newValue) {
BrightnessService.setBrightness(newValue)
}
}