test
This commit is contained in:
parent
0c8076424e
commit
a8af52a594
1 changed files with 2 additions and 3 deletions
|
@ -15,7 +15,6 @@ in
|
|||
"[](${whiteColor}) "
|
||||
|
||||
"[](${orangeColor})"
|
||||
"$time"
|
||||
"$username"
|
||||
"$hostname"
|
||||
"[](bg:${yellowColor} fg:${orangeColor})"
|
||||
|
@ -104,7 +103,7 @@ in
|
|||
time = {
|
||||
disabled = false;
|
||||
time_format = "%R"; # Hour:Minute Format
|
||||
style = "bg:${whiteColor}";
|
||||
style = "fg:${blackColor} bg:${whiteColor}";
|
||||
format = "[⏲ $time]($style)";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue