summaryrefslogtreecommitdiff
path: root/starship
diff options
context:
space:
mode:
authorseraphim <18ycm9tx@anonaddy.me>2026-08-04 18:09:41 +0700
committerseraphim <18ycm9tx@anonaddy.me>2026-08-04 18:09:41 +0700
commit4138dfae4e1cfd788046460b669483137bae5869 (patch)
treec45039fd412b2d9a26018bb557596664fa6e8f23 /starship
parent9b46166e50966dc3978fbb27dba5a2bc745a5e69 (diff)
mpv upd: subs and cookies
Diffstat (limited to 'starship')
-rw-r--r--starship/.config/starship.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml
index 8073008..ab1d1a7 100644
--- a/starship/.config/starship.toml
+++ b/starship/.config/starship.toml
@@ -6,13 +6,13 @@ format = "$username$hostname$character [$directory$git_branch$git_status]($style
[username]
show_always = true
format = "[$user]($style)"
-style_user = "bold #8C00FF"
-
+style_user = "#8C00FF"
+# style_user = "bold #8C00FF"
[hostname]
disabled = false
ssh_only = false
format = "[@$hostname]($style)"
-style = "bold #8C00FF"
+style = "#8C00FF"
[character]
format = "$symbol" # Removes the default trailing space after #
@@ -20,7 +20,7 @@ error_symbol = "[:~✗](bold red)"
success_symbol = "[:~#](bold #8C00FF)"
[directory]
-style = "bold #AA40FF"
+style = "#AA40FF"
truncation_length = 2
truncation_symbol = "///"
repo_root_style = "#AA40FF"