Tweak icons and formatting in various config files

This commit is contained in:
2025-10-03 15:20:08 +02:00
parent 41d0fd2075
commit 121fccf135
5 changed files with 12 additions and 11 deletions

View File

@@ -35,12 +35,13 @@ in
truncation_symbol = "/";
truncate_to_repo = false;
substitutions = {
"Documents" = "󰈙";
"Downloads" = "";
"Music" = "";
"Pictures" = "";
"Projects" = "";
"nix" = "";
"Documents" = "󰈙 ";
"Downloads" = " ";
"Music" = " ";
"Pictures" = " ";
"Projects" = " ";
"nix" = " ";
"nixos" = " ";
};
};
@@ -51,7 +52,7 @@ in
nix_shell = {
format = "[$symbol]($style) ";
symbol = " ";
symbol = " ";
style = "";
};