format = """$username $fill $hostname $fill $memory_usage $fill $shell $shlvl $fill $cmd_duration $fill $battery $fill $time $directory $git_branch $character >""" add_newline = true [battery] format = "$symbol [$percentage]($style)" [character] format = "$symbol" success_symbol = "[✅](bold green)" error_symbol = "[❌](bold red)" [cmd_duration] min_time = 0 show_milliseconds = true format = "⏳ [$duration]($style)" style = "dimmed red" disabled = false [directory] format = "[$read_only]($read_only_style)📂 [$path]($style)" [fill] symbol = " " [git_branch] format = "$symbol [$branch(:$remote_branch)]($style)" symbol = "" [hostname] ssh_only = false format = "[$ssh_symbol]($style)💻 [$hostname]($style)" style = "yellow" disabled = false [memory_usage] threshold = -1 format = "$symbol [${ram} + ${swap}]($style)" symbol = "🐏" style = "dimmed green" disabled = false [shell] bash_indicator = "bash" fish_indicator = "fish" powershell_indicator = "pwsh" unknown_indicator = "?" format = "🐚 [$indicator]($style)" style = "blue" disabled = false [shlvl] threshold = 0 format = "$symbol [$shlvl]($style)" symbol = "↕️" style = "dimmed white" disabled = false [time] format = "🕙 [$time]($style)" time_format = "%Y-%m-%d %T%Z" style = "dimmed white" disabled = true [username] style_root = "red" style_user = "green" format = "👩 [$user]($style)" show_always = true disabled = false