From 5b097aefdf0880ac733033569f7a10e96f7693ee Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 19 Jan 2024 14:05:12 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/bash.d/starship-theme.nix | 6 +++--- 1 file changed, 3 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 38590650..0d0c370a 100644 --- a/home-manager/common/software/cli/bash.d/starship-theme.nix +++ b/home-manager/common/software/cli/bash.d/starship-theme.nix @@ -40,7 +40,7 @@ in "$docker_context" "$status" # "[](fg:#06969A bg:#33658A)" - # d"$time" + # "$time" # "[ ](fg:#33658A)" ]; @@ -80,7 +80,7 @@ in git_branch = { symbol = ""; style = "fg:${whiteColor} bg:${blueColor}"; - format = "[ $symbol $branch ]($style)"; + format = "[ $symbol $branch]($style)"; }; git_status = { @@ -104,7 +104,7 @@ in disabled = false; time_format = "%R"; # Hour:Minute Format style = "fg:${blackColor} bg:${whiteColor}"; - format = "[⏲ $time]($style)"; + format = "[󰥔 $time]($style)"; }; }; } \ No newline at end of file