diff --git a/roles/shell/zsh/files/starship.toml b/roles/shell/zsh/files/starship.toml index 9966aac..52cb8fc 100644 --- a/roles/shell/zsh/files/starship.toml +++ b/roles/shell/zsh/files/starship.toml @@ -36,20 +36,13 @@ format = '\([$state( $progress_current/$progress_total)]($style)\) ' style = "cyan" [git_status] -format = "[[(*$conflicted$untracked$modified$staged$renamed$deleted)](218) ($ahead_behind$stashed)]($style)" +format = "[[(*$conflicted$untracked$modified$staged$renamed$deleted)](218) ($ahead_behind$stashed)]($style) " style = "cyan" -conflicted = "​" -untracked = "​" -modified = "​" -staged = "​" -renamed = "​" -deleted = "​" -stashed = "≡" [custom.toolbox] when = "ls /run/.containerenv" -symbol = " " -command = "~/.local/bin/toolbox_name.sh" +symbol = "󰡨 " +command = "~/.local/bin/toolbox_name" format = "in [$symbol($output )]($style)" style = "bold purple"