diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-01-09 16:51:59 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-01-09 16:51:59 +0100 |
commit | cc216ca760a6b22c8b8041f525859f4201a52d1f (patch) | |
tree | 7c1ef18d28e226c40d8d0afa97e3a83d3a2c9645 /config/essentials/starship.toml | |
parent | 112449dd19eaae6769ef95a70b3e52234256400c (diff) |
checkpoint
Diffstat (limited to 'config/essentials/starship.toml')
-rw-r--r-- | config/essentials/starship.toml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/config/essentials/starship.toml b/config/essentials/starship.toml index 3154b88..abda192 100644 --- a/config/essentials/starship.toml +++ b/config/essentials/starship.toml @@ -18,7 +18,7 @@ disabled = false format = '\$ ' [cmd_duration] -format = '( [$duration]($style))' +format = ' [$duration]($style) ' min_time = 500 style = 'yellow' @@ -31,6 +31,11 @@ ahead = '↑' behind = '↓' diverged = '↕' +[jobs] +symbol = '*' + +[battery] +disabled = true [c] disabled = true [python] |