clock-rs: add module
clock-rs is a modern, digital clock that effortlessly runs in your terminal
This commit is contained in:
parent
ac21ae3716
commit
14eda3db4e
8 changed files with 154 additions and 0 deletions
|
|
@ -0,0 +1,15 @@
|
|||
[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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue