test
This commit is contained in:
parent
c8ad57de23
commit
b4ab8e674c
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@ let
|
||||||
blueColor = "#446e86";
|
blueColor = "#446e86";
|
||||||
whiteColor = "#f8f2e6";
|
whiteColor = "#f8f2e6";
|
||||||
blackColor = "#2f312e";
|
blackColor = "#2f312e";
|
||||||
|
redColor = "#fb4934";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
programs.starship.settings = {
|
programs.starship.settings = {
|
||||||
|
@ -89,6 +90,8 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
status = {
|
status = {
|
||||||
|
style = "fg:${whiteColor} bg:${redColor}";
|
||||||
|
format = "[$symbol$status]($style)";
|
||||||
disabled = false;
|
disabled = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue