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:
@@ -90,6 +90,7 @@ format = '[ $symbol ($version) ]($style)'
|
|||||||
[git_branch]
|
[git_branch]
|
||||||
symbol = ""
|
symbol = ""
|
||||||
style = "bg:#FCA17D"
|
style = "bg:#FCA17D"
|
||||||
|
truncation_length = 30
|
||||||
format = '[ $symbol $branch ]($style)'
|
format = '[ $symbol $branch ]($style)'
|
||||||
|
|
||||||
[git_status]
|
[git_status]
|
||||||
@@ -147,7 +148,8 @@ format = '[ $symbol ($version) ]($style)'
|
|||||||
|
|
||||||
[cmd_duration]
|
[cmd_duration]
|
||||||
min_time = 2000
|
min_time = 2000
|
||||||
format = ' $duration ($style)'
|
#format = ' $duration ($style)'
|
||||||
|
format = '[](fg:#444444)[$duration](bg:#444444)[](fg:#444444) ($style)'
|
||||||
|
|
||||||
[time]
|
[time]
|
||||||
disabled = false
|
disabled = false
|
||||||
|
|||||||
Reference in New Issue
Block a user