From ab5e76ffff7c1d99b94d7c5e0b462489ebead312 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Wed, 31 Jan 2024 17:29:39 +0700 Subject: [PATCH] Update starship.toml --- .config/starship.toml | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/.config/starship.toml b/.config/starship.toml index 31a9b380..19e45e32 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -5,8 +5,12 @@ add_newline = false # Wedges 🭧🭒 🭣🭧🭓 # Random noise 🬖🬥🬔🬗 +# format = """ +# $cmd_duration$username$hostname $directory $git_branch +# $character +# """ format = """ -$cmd_duration$username$hostname $directory $git_branch +$cmd_duration$directory $git_branch $character """ @@ -74,21 +78,22 @@ disabled = false show_always = true [directory] -home_symbol = " " -read_only = "  " +home_symbol = "  " +read_only = "  " style = "bg:blue fg:black" -truncation_length = 2 -truncation_symbol = "./" -format = '[](bold fg:blue)[$path]($style)[](bold fg:blue)' +truncation_length = 30 +truncation_symbol = "••/" +format = '[](bold fg:blue)[$path ]($style)[](bold fg:blue)' [directory.substitutions] -"Documents" = " " -"/" = "|" -"Downloads" = " " -"Music" = " " -"Pictures" = " " +"Desktop" = "  " +"Documents" = "  " +"Downloads" = "  " +"Music" = " 󰎈 " +"Pictures" = "  " +"Videos" = "  " [cmd_duration] -min_time = 1 +min_time = 0 format = '[](bold fg:yellow)[ $duration](bold bg:yellow fg:black)[](bold fg:yellow) •• '