This commit is contained in:
iFargle 2024-01-19 17:41:26 +09:00
parent b4ab8e674c
commit 229624cb24

View file

@ -23,26 +23,11 @@ in
"[](fg:${yellowColor} bg:${blueColor})" "[](fg:${yellowColor} bg:${blueColor})"
"$git_branch" "$git_branch"
"$git_status" "$git_status"
"[ ](fg:${blueColor})" "[](fg:${blueColor})"
# "[](fg:${blueColor} bg:#86BBD8)"
# "$c"
# "$elixir"
# "$elm"
# "$golang"
# "$gradle"
# "$haskell"
# "$java"
# "$julia"
# "$nodejs"
# "$nim"
"$rust" "$rust"
# "$scala"
# "[](fg:#86BBD8 bg:#06969A)"
"$docker_context" "$docker_context"
"$status" "$status"
# "[](fg:#06969A bg:#33658A)" "[](fg:${redColor})"
# "$time"
# "[ ](fg:#33658A)"
]; ];
username = { username = {
@ -91,7 +76,7 @@ in
status = { status = {
style = "fg:${whiteColor} bg:${redColor}"; style = "fg:${whiteColor} bg:${redColor}";
format = "[$symbol$status]($style)"; format = "[$status]($style)";
disabled = false; disabled = false;
}; };