sistema_progs

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

starship-left.toml (2339B)


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