mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-09 15:19:13 +02:00
Don't enable bigclock by default
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
b382d74969
commit
bd2d1142b2
1 changed files with 4 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue