home: swaylock: simplify dim screen
This commit is contained in:
parent
a0ecd0b0cb
commit
653959f5b7
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@
|
|||
timeouts = [
|
||||
{
|
||||
timeout = 60 * 9;
|
||||
command = "${brightness} set $(($(${brightness} get)/4))";
|
||||
resumeCommand = "${brightness} set $(($(${brightness} get)*4))";
|
||||
command = "${brightness} set 75%-";
|
||||
resumeCommand = "${brightness} set 75%+";
|
||||
} # dim screen
|
||||
{
|
||||
timeout = 60 * 10;
|
||||
|
|
Loading…
Reference in a new issue