From 6ce915a84bfffbb4d27a5603b531acb8ae51b20a Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Thu, 30 Nov 2023 16:20:15 +0100 Subject: [PATCH] Show milliseconds duration, a bit darker --- .config/starship.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/starship.toml b/.config/starship.toml index 8bb52b0..567a23c 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -148,8 +148,9 @@ format = '[ $symbol ($version) ]($style)' [cmd_duration] min_time = 2000 +show_milliseconds = true #format = ' $duration ($style)' -format = '[](fg:#444444)[$duration](bg:#444444)[](fg:#444444) ($style)' +format = '[](fg:#333333)[$duration](bg:#333333)[](fg:#333333) ($style)' [time] disabled = false