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
parent 598fa6a505
commit 6df91cac12
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,