From 15cbb6ef54009b6b5acec68028d9b6e2b525e643 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 19 Jan 2024 14:06:20 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/bash.d/starship-theme.nix | 2 +- 1 file changed, 1 insertion(+), 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 fc0878f2..987ab93c 100644 --- a/home-manager/common/software/cli/bash.d/starship-theme.nix +++ b/home-manager/common/software/cli/bash.d/starship-theme.nix @@ -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