diff --git a/home-manager/common/software/cli/bash.d/starship-theme.nix b/home-manager/common/software/cli/bash.d/starship-theme.nix index 13cf777b..15998b35 100644 --- a/home-manager/common/software/cli/bash.d/starship-theme.nix +++ b/home-manager/common/software/cli/bash.d/starship-theme.nix @@ -12,10 +12,9 @@ in format = lib.concatStrings [ "[](${whiteColor})" "$time" - "[](${whiteColor})" + "[](${whiteColor}) " "[](${orangeColor})" - "$time" "$username" "$hostname" "[](bg:${yellowColor} fg:${orangeColor})" @@ -104,7 +103,7 @@ in time = { disabled = false; time_format = "%R"; # Hour:Minute Format - style = "bg:${whiteColor}"; + style = "fg:${blackColor} bg:${whiteColor}"; format = "[⏲ $time]($style)"; }; };