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