Fix font issue in alacritty for starship elapsed time

main
trivernis 10 months ago
parent 09a2359448
commit 8b5cef253c
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -4,7 +4,7 @@ window:
font:
size: 12.5
normal:
family: 'Fira Code Nerd Font Mono'
family: 'FiraCode Nerd Font Mono'
colors:
primary:

@ -64,7 +64,7 @@ format = "[$ssh_symbol$hostname]($style)"
[cmd_duration]
min_time = 500
style = "fg:231 bg:57"
format = '[ $duration ]($style)'
format = '[ 󰥔 $duration ]($style)'
[git_branch]
symbol = ""

Loading…
Cancel
Save