1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Shorter max Git branch name; styled the cmd_duration

This commit is contained in:
2023-11-29 23:08:33 +01:00
parent b50d8f0d67
commit c0497bf44c

View File

@@ -90,6 +90,7 @@ format = '[ $symbol ($version) ]($style)'
[git_branch]
symbol = ""
style = "bg:#FCA17D"
truncation_length = 30
format = '[ $symbol $branch ]($style)'
[git_status]
@@ -147,7 +148,8 @@ format = '[ $symbol ($version) ]($style)'
[cmd_duration]
min_time = 2000
format = ' $duration ($style)'
#format = ' $duration ($style)'
format = '[](fg:#444444)[$duration](bg:#444444)[](fg:#444444) ($style)'
[time]
disabled = false