This commit is contained in:
iFargle 2024-02-06 13:41:03 +09:00
parent ab3a69cc01
commit 1d396ac90c

View file

@ -58,7 +58,7 @@ in
directory = { directory = {
style = "fg:${blackColor} bg:${yellowColor}"; style = "fg:${blackColor} bg:${yellowColor}";
format = "[ $path ]($style)"; format = "[ $path ]($style)";
truncation_length = 2; truncation_length = 3;
truncation_symbol = "/"; truncation_symbol = "/";
substitutions = { substitutions = {
Documents = "󰈙 "; Documents = "󰈙 ";
@ -71,12 +71,12 @@ in
git_branch = { git_branch = {
symbol = ""; symbol = "";
style = "fg:${whiteColor} bg:${blueColor}"; style = "fg:${whiteColor} bg:${blueColor}";
format = "[$symbol $branch]($style)"; format = "[ $symbol $branch]($style)";
}; };
git_status = { git_status = {
style = "fg:${whiteColor} bg:${blueColor}"; style = "fg:${whiteColor} bg:${blueColor}";
format = " [ $all_status$ahead_behind]($style)"; format = "[$all_status$ahead_behind ]($style)";
}; };
status = { status = {