Files
starship-theme/starship.toml
T

326 lines
5.9 KiB
TOML
Raw Normal View History

2022-12-22 15:12:46 +01:00
format = """
2022-12-24 12:01:46 +01:00
$os\
[](fg:white bg:black)\
2022-12-22 15:12:46 +01:00
$username\
$hostname\
[](fg:black bg:#6D8DD1)\
$directory\
[](fg:#6D8DD1 bg:#47CB6B)\
$git_branch\
$git_state\
$git_status\
$git_metrics\
2022-12-24 12:01:46 +01:00
[](fg:#47CB6B bg:#FCA17D)\
$c\
$dart\
$golang\
$java\
$nodejs\
$php\
$python\
$rust\
[](fg:#FCA17D bg:#33658A)\
2022-12-22 15:12:46 +01:00
$docker_context\
2022-12-24 12:01:46 +01:00
[](fg:#33658A)\
2022-12-22 15:12:46 +01:00
$fill\
2022-12-24 12:01:46 +01:00
[](fg:#33658A)\
2022-12-22 15:12:46 +01:00
$jobs\
[](fg:yellow bg:#33658A)\
$cmd_duration\
[](fg:#47CB6B bg:yellow)\
$memory_usage\
[](fg:white bg:#47CB6B)\
$time\
2022-12-24 12:01:46 +01:00
$battery\
2022-12-22 15:12:46 +01:00
[ ](fg:white)\
$line_break\
$character"""
# Disable the blank line at the start of the prompt
# add_newline = false
[fill]
symbol = " "
[character]
success_symbol = "[](purple)"
error_symbol = "[](red)"
vicmd_symbol = "[](green)"
[username]
show_always = false
style_user = "fg:yellow bg:black"
style_root = "fg:#CE4B4E bg:black"
2022-12-24 12:01:46 +01:00
format = '[ $user ]($style)'
2022-12-22 15:12:46 +01:00
[hostname]
ssh_only = true
ssh_symbol = ""
format = "[@](fg:yellow bg:black)[$hostname](fg:yellow bg:black) [$ssh_symbol ](fg:yellow bg:black)"
trim_at = ".companyname.com"
disabled = false
2022-12-24 12:01:46 +01:00
[os]
format = '[ $symbol](fg:black bg:white)'
2022-12-22 15:12:46 +01:00
disabled = false
2022-12-24 12:01:46 +01:00
[os.symbols]
Alpine = " "
Amazon = " "
Android = " "
Arch = " "
CentOS = " "
Debian = " "
DragonFly = " "
Emscripten = " "
EndeavourOS = " "
Fedora = " "
FreeBSD = " "
Garuda = "﯑ "
Gentoo = " "
HardenedBSD = "ﲊ "
Illumos = " "
Linux = " "
Macos = " "
Manjaro = " "
Mariner = " "
MidnightBSD = " "
Mint = " "
NetBSD = " "
NixOS = " "
OpenBSD = " "
openSUSE = " "
OracleLinux = " "
Pop = " "
Raspbian = " "
Redhat = " "
RedHatEnterprise = " "
Redox = " "
Solus = "ﴱ "
SUSE = " "
Ubuntu = " "
Unknown = " "
Windows = " "
2022-12-22 15:12:46 +01:00
[directory]
style = "bg:#6D8DD1"
read_only = " "
2022-12-24 12:01:46 +01:00
format = "[ $path[$read_only](fg:yellow bg:#6D8DD1) ]($style)"
2022-12-22 15:12:46 +01:00
truncation_length = 3
truncation_symbol = "…/"
2022-12-24 12:01:46 +01:00
truncate_to_repo = false
2022-12-22 15:12:46 +01:00
[directory.substitutions]
2022-12-24 12:01:46 +01:00
"Important Documents" = " "
2022-12-22 15:12:46 +01:00
"Documents" = " "
"Downloads" = " "
2022-12-24 12:01:46 +01:00
"Music" = " "
2022-12-22 15:12:46 +01:00
"Pictures" = " "
2022-12-24 12:01:46 +01:00
"Development" = " "
"Developer" = " "
"Dev" = " "
2022-12-22 15:12:46 +01:00
"~" = " ~"
[docker_context]
symbol = " "
style = "bg:#06969A"
format = '[ $symbol $context ]($style) $path'
[git_branch]
symbol = ""
style = "fg:black bg:#47CB6B"
format = '[ $symbol $branch ]($style)'
[git_status]
style = "fg:black bg:#47CB6B"
format = '[$all_status$ahead_behind]($style)'
ahead = "⇡${count}"
diverged = "⇕⇡${ahead_count}⇣${behind_count}"
behind = "⇣${count}"
[git_state]
style = "fg:black bg:#47CB6B"
2022-12-24 12:01:46 +01:00
format = '\([$state( $progress_current of $progress_total)]($style)\) '
2022-12-22 15:12:46 +01:00
#style = "bright-black"
[git_metrics]
2022-12-24 12:01:46 +01:00
added_style = "fg:black bg:#47CB6B"
deleted_style = "fg:white bold bg:#47CB6B"
format = '[ +$added |]($added_style)[ -$deleted ](fg:red bold bg:#47CB6B)'
2022-12-22 15:12:46 +01:00
disabled = false
[cmd_duration]
format = "[ took $duration  ](fg:black bg:yellow)"
style = "gb:yellow"
[jobs]
symbol = ""
number_threshold = 1
format = "[ $symbol ](fg:bold red bg:#33658A)"
style = "bg:33658A"
[memory_usage]
disabled = false
threshold = -1
symbol = ""
style = "fg:black bg:#47CB6B"
format = "[ ${ram_pct} $symbol ]($style)"
[time]
disabled = false
time_format = "%R" # Hour:Minute Format
format = '[](fg:white)[ $time  ](fg:black bg:white)'
2022-12-24 12:01:46 +01:00
[battery]
full_symbol = ' '
charging_symbol = ' '
discharging_symbol = ' '
unknown_symbol = ' '
empty_symbol = ' '
format = '[](fg:white)[ $symbol$percentage ]($style)'
[[battery.display]]
threshold = 10
style = 'bold red bg:white'
[[battery.display]]
threshold = 30
style = 'bold yellow bg:white'
[[battery.display]]
threshold = 50
style = 'bold purpel bg:white'
[[battery.display]]
threshold = 100
style = 'bold green bg:white'
[aws]
symbol = " "
style = "bg:#FCA17D"
format = '[ $symbol ($version) ]($style)'
[buf]
symbol = " "
style = "bg:#FCA17D"
format = '[ $symbol ($version) ]($style)'
[c]
symbol = " "
style = "bg:#FCA17D"
format = '[ $symbol ($version) ]($style)'
[conda]
symbol = " "
style = "bg:#FCA17D"
format = '[ $symbol ($version) ]($style)'
[dart]
symbol = " "
style = "bg:#FCA17D"
format = '[ $symbol ($version) ]($style)'
[elixir]
symbol = " "
style = "bg:#FCA17D"
format = '[ $symbol ($version) ]($style)'
[elm]
symbol = " "
style = "bg:#FCA17D"
format = '[ $symbol ($version) ]($style)'
[golang]
symbol = " "
style = "bg:#FCA17D"
format = '[ $symbol ($version) ]($style)'
[guix_shell]
symbol = " "
style = "bg:#FCA17D"
format = '[ $symbol ($version) ]($style)'
[haskell]
symbol = " "
style = "bg:#FCA17D"
format = '[ $symbol ($version) ]($style)'
[haxe]
symbol = "⌘ "
style = "bg:#FCA17D"
format = '[ $symbol ($version) ]($style)'
[hg_branch]
symbol = " "
style = "bg:#FCA17D"
format = '[ $symbol ($version) ]($style)'
[java]
symbol = " "
style = "bg:#FCA17D"
format = '[ $symbol ($version) ]($style)'
[julia]
symbol = " "
style = "bg:#FCA17D"
format = '[ $symbol ($version) ]($style)'
[lua]
symbol = " "
style = "bg:#FCA17D"
format = '[ $symbol ($version) ]($style)'
[meson]
symbol = "喝 "
style = "bg:#FCA17D"
format = '[ $symbol ($version) ]($style)'
[nim]
symbol = " "
style = "bg:#FCA17D"
format = '[ $symbol ($version) ]($style)'
[nix_shell]
symbol = " "
style = "bg:#FCA17D"
format = '[ $symbol ($version) ]($style)'
[nodejs]
symbol = " "
style = "bg:#FCA17D"
format = '[ $symbol ($version) ]($style)'
[package]
symbol = " "
style = "bg:#FCA17D"
format = '[ $symbol ($version) ]($style)'
[python]
symbol = " "
style = "bg:#FCA17D"
format = '[ $symbol ($version) ]($style)'
[rlang]
symbol = "ﳒ "
style = "bg:#FCA17D"
format = '[ $symbol ($version) ]($style)'
[ruby]
symbol = " "
style = "bg:#FCA17D"
format = '[ $symbol ($version) ]($style)'
[rust]
symbol = " "
style = "bg:#FCA17D"
format = '[ $symbol ($version) ]($style)'
[scala]
symbol = " "
style = "bg:#FCA17D"
format = '[ $symbol ($version) ]($style)'
[spack]
symbol = "🅢 "
style = "bg:#FCA17D"
format = '[ $symbol ($version) ]($style)'