mirror of https://github.com/fairyglade/ly.git
updated config comment to reflect the new range for animation timeout
This commit is contained in:
parent
6910dcd7f1
commit
6862449c49
|
@ -6,7 +6,7 @@ animation = none
|
|||
|
||||
# Stop the animation after some time
|
||||
# 0 -> Run forever (default)
|
||||
# 1..255 -> Stop the animation after this many seconds
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue