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 dc83207a..664674ee 100644 --- a/home-manager/common/software/cli/bash.d/starship-theme.nix +++ b/home-manager/common/software/cli/bash.d/starship-theme.nix @@ -101,7 +101,7 @@ in disabled = false; time_format = "%R"; # Hour:Minute Format style = "bg:#33658A"; - format = "[ [$time] ]($style)"; + format = "[ ⏲ $time ]($style)"; }; }; } \ No newline at end of file