From 0c8076424e42ce1f61ea04b9c01d6954f3351df0 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 19 Jan 2024 13:29:34 +0900 Subject: [PATCH] test --- .../common/software/cli/bash.d/starship-theme.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 664674ee..13cf777b 100644 --- a/home-manager/common/software/cli/bash.d/starship-theme.nix +++ b/home-manager/common/software/cli/bash.d/starship-theme.nix @@ -10,6 +10,10 @@ in { programs.starship.settings = { format = lib.concatStrings [ + "[](${whiteColor})" + "$time" + "[](${whiteColor})" + "[](${orangeColor})" "$time" "$username" @@ -100,8 +104,8 @@ in time = { disabled = false; time_format = "%R"; # Hour:Minute Format - style = "bg:#33658A"; - format = "[ ⏲ $time ]($style)"; + style = "bg:${whiteColor}"; + format = "[⏲ $time]($style)"; }; }; } \ No newline at end of file