Nord powerline alternative for starship

main
Yax 2 months ago
parent 2a0ba5e632
commit 659c7db0da

@ -2,81 +2,153 @@
"$schema" = 'https://starship.rs/config-schema.json' "$schema" = 'https://starship.rs/config-schema.json'
format = """ format = """
[](#5e81ac)\ (nord0)\
$os$username[@](bg:#5e81ac fg:#2e3440)$hostname\ $username\
[](bg:#81a1c1 fg:#5e81ac)\ (bg:nord0 fg:nord4)\
$hostname\
$os\
[](bg:nord1 fg:nord0)\
$directory\ $directory\
[](bg:#88c0d0 fg:#81a1c1)\ [](bg:nord2 fg:nord1)\
$git_branch$git_commit$git_state$git_metrics$git_status\ $git_branch\
\ $git_status\
$package$c$cmake$cobol$daml$dart$deno$dotnet$elixir$elm$erlang$fennel$gleam\ $git_metrics\
$golang$guix_shell$haskell$haxe$helm$java$julia$kotlin$gradle$lua$nim$nodejs\ [](bg:nord3 fg:nord2)\
$ocaml$opa$perl$php$pulumi$purescript$python$quarto$raku$rlang$red$ruby$rust\ $c\
$scala$solidity$swift$terraform$typst$vlang$vagrant$zig\ $elixir\
[](bg:#d9dee9 fg:#8fbcbb)\ $elm\
$cmd_duration\ $golang\
[](fg:#d9dee9)\ $python\
$line_break\ $gradle\
$character $haskell\
$java\
$julia\
$nodejs\
$nim\
$rust\
$scala\
[](fg:nord3)
$status
""" """
# Disable the blank line at the start of the prompt scan_timeout = 50
command_timeout = 20000
add_newline = true add_newline = true
palette = 'nord'
[palettes.nord]
nord0 = '#2E3440'
nord1 = '#3B4252'
nord2 = '#434C5E'
nord3 = '#4C566A'
nord4 = '#D8DEE9'
nord11 = '#BF616A'
nord13 = '#EBCB8B'
nord14 = '#A2BE8A'
[username] [username]
show_always = false disabled = true
[hostname] [hostname]
disabled = true disabled = true
[directory] [os]
style = "fg:#2e3440 bg:#81a1c1" format = '[ $symbol ]($style)'
read_only = " " style = 'bg:nord0 fg:nord4'
format = "[ 󰉋 $path ]($style)[$read_only]($read_only_style)" disabled = false
read_only_style = "fg:#2e3440 bold bg:#81a1c1"
truncation_length = 0
truncation_symbol = ""
[cmd_duration]
format = "[ 󰔚 $duration ]($style)"
style = "fg:#2e3440 bg:#d9dee9"
[time]
disabled = true
time_format = "%R" # Hour:Minute Format
style = "bg:#5e81ac bold"
format = '[$time ]($style)'
[character] [directory]
truncation_length = 1
truncate_to_repo = true
format = '[ $path ]($style)[$read_only]($read_only_style)'
style = 'bg:nord1 fg:nord4'
disabled = false disabled = false
success_symbol = "[ 󱞩](bold green)" read_only = ' 󰌾 '
error_symbol = "[ 󱞩](bold red)" read_only_style = 'bg:nord1 fg:nord11'
vimcmd_symbol = "[  󱞩](bold green)" truncation_symbol = ''
[git_branch] [git_branch]
format = "[ $symbol$branch(:$remote_branch) ]($style)" symbol = ''
symbol = "󰘬 " style = 'bg:nord2 fg:nord4'
style = "fg:#2e3440 bg:#88c0d0" format = '[ $symbol $branch ]($style)'
[git_status] [git_status]
style = 'bg:nord2 fg:nord4'
format = '[$all_status$ahead_behind ]($style)'
ahead = '${count}' ahead = '${count}'
diverged = '${ahead_count}${behind_count}' diverged = '${ahead_count}${behind_count}'
behind = '${count}' behind = '${count}'
[git_commit] [git_metrics]
added_style = 'bg:nord2 fg:nord14'
deleted_style = 'bg:nord2 fg:nord11'
format = '[+$added ]($added_style)[-$deleted ]($deleted_style)'
disabled = false
[git_state] [status]
format = '[ $symbol ]($style)'
style = "bold"
symbol = '[](fg:nord11)'
success_symbol = '[](fg:nord14)'
not_executable_symbol = '[🛇](fg:nord11)'
not_found_symbol = '[󰍉](fg:nord11)'
sigint_symbol = '[](fg:nord13)'
signal_symbol = '[](fg:nord11)'
disabled = false
[git_metrics] [os.symbols]
Alpaquita = ' '
Alpine = ' '
Amazon = ' '
Android = ' '
Arch = ' '
Artix = ' '
CentOS = ' '
Debian = ' '
DragonFly = ' '
Emscripten = ' '
EndeavourOS = ' '
Fedora = ' '
FreeBSD = ' '
Garuda = '󰛓 '
Gentoo = ' '
HardenedBSD = '󰞌 '
Illumos = '󰈸 '
Linux = ' '
Mabox = ' '
Macos = ' '
Manjaro = ' '
Mariner = ' '
MidnightBSD = ' '
Mint = ' '
NetBSD = ' '
NixOS = ' '
OpenBSD = '󰈺 '
openSUSE = ' '
OracleLinux = '󰌷 '
Pop = ' '
Raspbian = ' '
Redhat = ' '
RedHatEnterprise = ' '
Redox = '󰀘 '
Solus = '󰠳 '
SUSE = ' '
Ubuntu = ' '
Unknown = ' '
Windows = '󰍲 '
[java] [java]
symbol = " " symbol = ' '
style = "fg:#2e3440 bg:#8fbcbb" style = 'bg:nord3 fg:nord4'
format = '[ $symbol ($version) ]($style)' format = '[ $symbol ($version) ]($style)'
[nodejs] [nodejs]
symbol = "" symbol = ''
style = "fg:#2e3440 bg:#8fbcbb" style = 'bg:nord3 fg:nord4'
format = '[ $symbol ($version) ]($style)' format = '[ $symbol ($version) ]($style)'
[python]
symbol = ' '
style = 'bg:nord3 fg:nord4'
format = '[ $symbol ($version) (\($virtualenv\)) ]($style)'

Loading…
Cancel
Save