finer brightness adjustment
This commit is contained in:
parent
3399b05bed
commit
79538cc993
2 changed files with 3 additions and 6 deletions
|
@ -32,7 +32,7 @@ in {
|
|||
listener = [
|
||||
{
|
||||
timeout = 60 * 1;
|
||||
on-timeout = "${lib.getExe pkgs.brightnessctl} -c backlight -s set 1%"; # dim screen, save brightness state
|
||||
on-timeout = "${lib.getExe pkgs.brightnessctl} -c backlight -s set 20"; # dim screen, save brightness state
|
||||
on-resume = "${lib.getExe pkgs.brightnessctl} -c backlight -r"; # restore previous screen brightness state
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue