diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/starship.toml | 24 |
1 files changed, 11 insertions, 13 deletions
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 - - |