summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-07-16 00:25:35 -0400
committerJesse Luehrs <doy@tozt.net>2023-07-16 00:25:35 -0400
commit5a3dce0c5c2a79625b98e67e3099dea548046bdc (patch)
tree7fa2b12cee4bc5685eb201e83142b2f5a2e0e37d /config
parentb1afbce32a609c6b3495d65150005b7f7c211bbf (diff)
downloadconf-5a3dce0c5c2a79625b98e67e3099dea548046bdc.tar.gz
conf-5a3dce0c5c2a79625b98e67e3099dea548046bdc.zip
yet more tweaks
Diffstat (limited to 'config')
-rw-r--r--config/starship.toml.PL18
1 files changed, 11 insertions, 7 deletions
diff --git a/config/starship.toml.PL b/config/starship.toml.PL
index 136d041..52bd916 100644
--- a/config/starship.toml.PL
+++ b/config/starship.toml.PL
@@ -21,7 +21,7 @@ while (<DATA>) {
__DATA__
format = """
- [\\(](host)$directory([|](host)$git_branch$git_commit$git_status([|](host)$git_state))[\\)](host)( $aws)( $kubernetes)( $pulumi) $fill ($cmd_duration )($battery )$username[@](bg)$hostname [\\[](host)$time[\\]](host) $line_break\
+ [\\(](host)$directory([|](host)$git_branch$git_commit$git_status([|](host)$git_state))[\\)](host)( $aws)( $kubernetes)( $pulumi)( $python) $fill ($cmd_duration )($battery )$username[@](bg)$hostname [\\[](host)$time[\\]](host) $line_break\
$status [@@CHAR@@](user)
"""
right_format = '$character'
@@ -80,6 +80,10 @@ format = '[$symbol$stack]($style)'
symbol = ' '
style = 'bg'
+[python]
+format = '([🐍$virtualenv]($style))'
+style = 'bg'
+
[fill]
symbol = '─'
style = 'bg'
@@ -90,36 +94,36 @@ style = 'bg'
[battery]
format = '[$symbol]($style)'
-unknown_symbol = ' ??'
+unknown_symbol = ''
[[battery.display]]
threshold = 5
charging_symbol = '⚡️ '
-discharging_symbol = '  '
+discharging_symbol = ' '
style = 'bright-red'
[[battery.display]]
threshold = 15
charging_symbol = '⚡️ '
-discharging_symbol = '  '
+discharging_symbol = ' '
style = 'red'
[[battery.display]]
threshold = 40
charging_symbol = '⚡️ '
-discharging_symbol = '  '
+discharging_symbol = ' '
style = 'yellow'
[[battery.display]]
threshold = 80
charging_symbol = '⚡️ '
-discharging_symbol = '  '
+discharging_symbol = ' '
style = 'bright-black'
[[battery.display]]
threshold = 100
charging_symbol = '⚡️ '
-discharging_symbol = '  '
+discharging_symbol = ' '
style = 'green'
[username]