dotfiles

[ACTIVE] managed with chezmoi
git clone git://git.figbert.com/dotfiles.git
Log | Files | Refs

starship.toml.tmpl (378B)


      1 add_newline = false
      2 
      3 [line_break]
      4 disabled = true
      5 [character]
      6 success_symbol = "[✡︎](bold blue)"
      7 error_symbol = "[✡︎](bold red)"
      8 vicmd_symbol = "[✡︎](bold green)"
      9 {{ if ne .chezmoi.hostname "wailung" -}}
     10 [battery]
     11 [[battery.display]]
     12 threshold = 10
     13 style = "bold red"
     14 [[battery.display]]
     15 threshold = 30
     16 style = "bold yellow"
     17 {{ end -}}
     18 [username]
     19 show_always = true