From 6acbf44c24bd3ac8f8dfed86bcfcb7d10ac698cb Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Thu, 2 Dec 2021 22:55:38 +0530 Subject: added exit codes and change colorscheme in starship --- .config/starship.toml | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) (limited to '.config') diff --git a/.config/starship.toml b/.config/starship.toml index f48d4f0..72e8c18 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -2,25 +2,23 @@ add_newline = false format = "$all" - - [character] -success_symbol = "[](blue)" -error_symbol = "[](red)" -vicmd_symbol = "[](green)" - - -[battery] -disabled = true +success_symbol = "[](#9B35E8)" +error_symbol = "[](#F516A4)" +vicmd_symbol = "[](#0fe9b0)" [line_break] disabled = true +[status] +style = "bg:blue" +format = '[\[$common_meaning$signal_name$maybe_int\]]($style) ' +map_symbol = true +disabled = false + [cmd_duration] disabled = false min_time = 5000 -format = "[took](yellow) [$duration](bold #FF0074) " -show_notifications = true +format = "[took](yellow) [$duration](bold #F516A4) " +show_notifications = false min_time_to_notify = 10000 - - -- cgit v1.2.3