test
This commit is contained in:
parent
9dfc96ebb2
commit
0c8076424e
1 changed files with 6 additions and 2 deletions
|
@ -10,6 +10,10 @@ in
|
||||||
{
|
{
|
||||||
programs.starship.settings = {
|
programs.starship.settings = {
|
||||||
format = lib.concatStrings [
|
format = lib.concatStrings [
|
||||||
|
"[](${whiteColor})"
|
||||||
|
"$time"
|
||||||
|
"[](${whiteColor})"
|
||||||
|
|
||||||
"[](${orangeColor})"
|
"[](${orangeColor})"
|
||||||
"$time"
|
"$time"
|
||||||
"$username"
|
"$username"
|
||||||
|
@ -100,8 +104,8 @@ in
|
||||||
time = {
|
time = {
|
||||||
disabled = false;
|
disabled = false;
|
||||||
time_format = "%R"; # Hour:Minute Format
|
time_format = "%R"; # Hour:Minute Format
|
||||||
style = "bg:#33658A";
|
style = "bg:${whiteColor}";
|
||||||
format = "[ ⏲ $time ]($style)";
|
format = "[⏲ $time]($style)";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue