14 lines
172 B
TOML
14 lines
172 B
TOML
[general]
|
|
color = "magenta"
|
|
blink = true
|
|
bold = true
|
|
|
|
[position]
|
|
horizontal = "center"
|
|
vertical = "center"
|
|
|
|
[date]
|
|
fmt = "%A, %B %d, %Y"
|
|
use_12h = true
|
|
hide_seconds = true
|