brightness: fix for non ddc displays
This commit is contained in:
parent
db1e2ea3bf
commit
a580e01c3f
1 changed files with 2 additions and 1 deletions
|
|
@ -127,6 +127,7 @@ Singleton {
|
||||||
else
|
else
|
||||||
Quickshell.execDetached(["brightnessctl", "s", `${rounded}%`]);
|
Quickshell.execDetached(["brightnessctl", "s", `${rounded}%`]);
|
||||||
|
|
||||||
|
if (isDdc)
|
||||||
timer.restart();
|
timer.restart();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue