The configuration file to be used for clock-rs.
Declarations
Type
TOML value
Default
{ }
Example
general = {
color = "magenta";
interval = 250;
blink = true;
bold = true;
};
position = {
horizontal = "start";
vertical = "end";
};
date = {
fmt = "%A, %B %d, %Y";
use_12h = true;
utc = true;
hide_seconds = true;
};
Sign in to create a configuration using this setting.