Fix backlight
This commit is contained in:
parent
a3552634b6
commit
a46e7d7bca
8 changed files with 17 additions and 66 deletions
|
@ -7,10 +7,9 @@
|
|||
maxVideoHeight = 720;
|
||||
phasesBrightness = {
|
||||
enable = true;
|
||||
backlight = "edp-backlight";
|
||||
jour = 3500;
|
||||
crepuscule = 3000;
|
||||
nuit = 700;
|
||||
jour = "3500";
|
||||
crepuscule = "3000";
|
||||
nuit = "700";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue