From d7075756027f22d0b88f24b8369049890c47bd33 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 19 Jan 2024 13:25:55 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/bash.d/starship-theme.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)"