diff --git a/minimal/hm.nix b/minimal/hm.nix index b76f4b4..ce2879a 100644 --- a/minimal/hm.nix +++ b/minimal/hm.nix @@ -175,7 +175,6 @@ "$os" " " "$directory" - " " "$git_branch" "$git_status" "](bg:${background})" @@ -205,7 +204,7 @@ git_branch = { symbol = " "; - format = "[$symbol$branch]($style) "; + format = " [$symbol$branch]($style) "; style = "bold purple bg:${background}"; };