diff --git a/.config/starship.toml b/.config/starship.toml index 3460cf6..efb672f 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -1,5 +1,7 @@ format = """ -[](fg:#454158 bg:blue)\ +[](fg:#454158 bg:yellow)\ +$time\ +[](fg:yellow bg:blue)\ $username$hostname$docker_context\ $python$nix_shell\ [](bg:green fg:blue)\ @@ -117,7 +119,7 @@ format = "[$status]($style)" [time] disabled = false -style = "bg:purple fg:black" +style = "bg:yellow fg:black" format = "[$time]($style)" [username]