From 84921d61a3b2855a8c4d1103ba2e29b6002cc9ca Mon Sep 17 00:00:00 2001 From: Quentin Boyer Date: Sun, 25 Aug 2024 23:47:03 +0200 Subject: [PATCH] Avoid displaying irrelevant separators --- minimal/hm.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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}"; };