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 4c01779c..dc83207a 100644 --- a/home-manager/common/software/cli/bash.d/starship-theme.nix +++ b/home-manager/common/software/cli/bash.d/starship-theme.nix @@ -11,7 +11,7 @@ in programs.starship.settings = { format = lib.concatStrings [ "[](${orangeColor})" - "$clock" + "$time" "$username" "$hostname" "[](bg:${yellowColor} fg:${orangeColor})" @@ -35,6 +35,7 @@ in # "$scala" # "[](fg:#86BBD8 bg:#06969A)" "$docker_context" + "$status" # "[](fg:#06969A bg:#33658A)" # d"$time" # "[ ](fg:#33658A)"