mirror of https://github.com/fairyglade/ly.git
Don't enable bigclock by default
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
b382d74969
commit
bd2d1142b2
|
@ -48,9 +48,11 @@ bg = 0x00000000
|
|||
# none -> Disabled (default)
|
||||
# en -> English
|
||||
# fa -> Farsi
|
||||
bigclock = en
|
||||
bigclock = none
|
||||
|
||||
# Set bigclock to 12-hour notation.
|
||||
bigclock_12hr = false
|
||||
bigclock_12hr = false
|
||||
|
||||
# Set bigclock to show the seconds.
|
||||
bigclock_seconds = false
|
||||
|
||||
|
|
Loading…
Reference in New Issue