mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-20 19:24:53 +00:00
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:
@@ -4,6 +4,11 @@
|
||||
# matrix -> CMatrix
|
||||
animation = none
|
||||
|
||||
# Stop the animation after some time
|
||||
# 0 -> Run forever (default)
|
||||
# 1..2e12 -> Stop the animation after this many seconds
|
||||
animation_timeout_sec = 0
|
||||
|
||||
# Format string for clock in top right corner (see strftime specification). Example: %c
|
||||
# If null, the clock won't be shown
|
||||
clock = null
|
||||
|
||||
Reference in New Issue
Block a user