sistema_progs

Programas para customizar o meu entorno de traballo nos meus equipos persoais
Log | Files | Refs

starship-right.toml (2328B)


      1 add_newline = false
      2 format = """\
      3   $cmd_duration\
      4   [ in](bright white)\
      5   $env_var\
      6   $shell\
      7   $battery\
      8   $time\
      9   $line_break\
     10   $status\
     11   $memory_usage\
     12   """
     13 
     14 [directory]
     15 truncate_to_repo = true
     16 read_only = " "
     17 truncation_symbol = "…/"
     18 
     19 [package]
     20 symbol = " "
     21 
     22 [git_branch]
     23 style = 'italic purple'
     24 symbol = " "
     25 
     26 [git_commit]
     27 style = "bold white"
     28 tag_symbol = "笠 "
     29 tag_disabled = false
     30 
     31 [git_status]
     32 conflicted = "= "
     33 ahead = "⇡×${count} "
     34 behind = "⇣×${count} "
     35 diverged = "${ahead_count}×⇕×${behind_count} "
     36 untracked = "?×${count} "
     37 stashed = "\\$×${count} "
     38 modified = "!×${count} "
     39 staged = "+×${count} "
     40 renamed = "»×${count} "
     41 deleted = "✘×${count} "
     42 
     43 [fill]
     44 symbol = " "
     45 
     46 [cmd_duration]
     47 format = " took [$duration]($style)"
     48 show_notifications = true
     49 min_time_to_notify = 60_000
     50 
     51 [env_var.WSL_DISTRO_NAME]
     52 format = " [$env_value]($style)"
     53 style = "underline purple"
     54 
     55 [env_var.MSYSTEM]
     56 format = " [$env_value]($style)"
     57 style = "underline purple"
     58 
     59 [shell]
     60 format = " \\[[$indicator]($style)\\] at"
     61 powershell_indicator = "pwsh"
     62 style = "bold blue"
     63 disabled = false
     64 
     65 [battery]
     66 full_symbol = "•"
     67 discharging_symbol = ""
     68 charging_symbol = ""
     69 unknown_symbol = "!"
     70 format = " [$symbol$percentage]($style)"
     71 
     72 [[battery.display]]
     73 threshold = 20
     74 style = "italic red"
     75 
     76 [[battery.display]]
     77 threshold = 80
     78 style = "italic green"
     79 
     80 [[battery.display]]
     81 threshold = 100
     82 style = "italic yellow"
     83 
     84 [time]
     85 disabled = false
     86 format = " [$time]($style)"
     87 style = "italic cyan"
     88 
     89 [status]
     90 disabled = false
     91 format = "[$symbol$status]($style)"
     92 symbol = "✕ "
     93 
     94 [memory_usage]
     95 format = " $symbol[${ram}]($style)"
     96 threshold = -1
     97 symbol = " "
     98 disabled = false
     99 
    100 [aws]
    101 symbol = " "
    102 
    103 [dart]
    104 symbol = " "
    105 
    106 [docker_context]
    107 symbol = " "
    108 
    109 [elixir]
    110 symbol = " "
    111 
    112 [elm]
    113 symbol = " "
    114 
    115 [golang]
    116 symbol = " "
    117 
    118 # [haskell]
    119 # symbol = " "
    120 
    121 [hg_branch]
    122 symbol = " "
    123 
    124 [java]
    125 symbol = " "
    126 
    127 [julia]
    128 symbol = " "
    129 
    130 [nim]
    131 symbol = " "
    132 
    133 [nix_shell]
    134 symbol = " "
    135 
    136 [nodejs]
    137 symbol = " "
    138 
    139 [perl]
    140 symbol = " "
    141 
    142 [php]
    143 symbol = " "
    144 
    145 [python]
    146 symbol = " "
    147 
    148 [ruby]
    149 symbol = " "
    150 
    151 [rust]
    152 symbol = " "
    153 
    154 [swift]
    155 symbol = "ﯣ "