1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00
home-manager/tests/modules/programs/clock-rs/example-settings-expected.toml
Oughie 14eda3db4e clock-rs: add module
clock-rs is a modern, digital clock that effortlessly runs in your terminal
2025-04-20 20:02:06 -07:00

15 lines
194 B
TOML

[date]
fmt = "%A, %B %d, %Y"
hide_seconds = true
use_12h = true
utc = true
[general]
blink = true
bold = true
color = "magenta"
interval = 250
[position]
horizontal = "start"
vertical = "end"