Add an animation timeout (#659)

* added animation timeout

* Updated animation timeout to u12

* updated config comment to reflect the new range for animation timeout
This commit is contained in:
ello 2024-07-31 19:49:19 +00:00 committed by GitHub
commit 6df91cac12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 32 additions and 5 deletions

View file

@ -57,3 +57,4 @@ brightness_down_key: []const u8 = "F5",
brightness_up_key: []const u8 = "F6",
brightnessctl: []const u8 = "/usr/bin/brightnessctl",
brightness_change: []const u8 = "10",
animation_timeout_sec: u12 = 0,