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,6 +127,7 @@ Singleton {
else else
Quickshell.execDetached(["brightnessctl", "s", `${rounded}%`]); Quickshell.execDetached(["brightnessctl", "s", `${rounded}%`]);
if (isDdc)
timer.restart(); timer.restart();
} }