brightness: fix for non ddc displays

This commit is contained in:
2 * r + 2 * t 2025-07-26 23:23:55 +10:00
parent db1e2ea3bf
commit a580e01c3f

View file

@ -127,7 +127,8 @@ Singleton {
else
Quickshell.execDetached(["brightnessctl", "s", `${rounded}%`]);
timer.restart();
if (isDdc)
timer.restart();
}
function initBrightness(): void {