sway: fix mousepad led timeout
This commit is contained in:
parent
00b20bdd51
commit
1e4fd37cff
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ set -e
|
||||||
|
|
||||||
# Constants
|
# Constants
|
||||||
SECONDS_UNTIL_FADE=$(( 1 * 60))
|
SECONDS_UNTIL_FADE=$(( 1 * 60))
|
||||||
SECONDS_UNTIL_OFF=$(( 5 * 60))
|
SECONDS_UNTIL_OFF=$(( 6 * 60))
|
||||||
|
|
||||||
COLOR_ON=ff0000
|
COLOR_ON=ff0000
|
||||||
COLOR_FADE=880000
|
COLOR_FADE=880000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue