format = ''' ╭─$time $username$hostname $directory $git_branch$git_status ╰─$character ''' palette = 'transfem' [palettes.transfem] blue='#73DEFF' # blue #73DEFF # pastel pink #FFE2EE # pink #FFB5D6 primary = '#73DEFF' secondary = '#FFE2EE' tertiary = '#FFB5D6' # red = '' # Inserts a blank line between shell prompts add_newline = "true" [character] disabled = false success_symbol = '[\$](bold primary)' error_symbol = '[\$](bold red)' [time] disabled = false format = '[\($time\)]($style)' time_format = '%a %d-%m 🕙 %H:%M' style="bold primary" [username] style_user = 'bold secondary' style_root = 'black bold' format = '[$user]($style)' disabled = false show_always = true [hostname] ssh_only = false format="[@$hostname]($style)" style="bold secondary" [directory] format="$path" truncation_length = 3 truncation_symbol = '.../' [git_branch] format="([$symbol $branch]($style))" symbol= '🌱' disabled=false style="bold purple" [git_status] format='([$all_status$ahead_behind]($style))' modified="[*](bold yellow)"