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 = {
|
||||
format = lib.concatStrings [
|
||||
"[](${whiteColor})"
|
||||
"$time"
|
||||
"[](${whiteColor})"
|
||||
|
||||
"[](${orangeColor})"
|
||||
"$time"
|
||||
"$username"
|
||||
|
@ -100,8 +104,8 @@ in
|
|||
time = {
|
||||
disabled = false;
|
||||
time_format = "%R"; # Hour:Minute Format
|
||||
style = "bg:#33658A";
|
||||
format = "[ ⏲ $time ]($style)";
|
||||
style = "bg:${whiteColor}";
|
||||
format = "[⏲ $time]($style)";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue