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