summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <56338480+adastx@users.noreply.github.com>2021-11-01 18:45:33 +0100
committerAdam <56338480+adastx@users.noreply.github.com>2021-11-01 19:35:12 +0100
commita4b7e74e52b0552ccf6588118b8fdd922e661421 (patch)
tree1eef6de438565f503245691539474bf34f633e33
parent6730e984c67f1eeefd2f6ce35d5990012c1e2beb (diff)
thicker i3 borders, starship ssh prompt
-rw-r--r--.config/starship.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/starship.toml b/.config/starship.toml
index 94fd0b6..8878be7 100644
--- a/.config/starship.toml
+++ b/.config/starship.toml
@@ -8,6 +8,9 @@ error_symbol = "[✗](bold red) "
[cmd_duration]
disabled = true
+[username]
+format = "[$user]($style)"
+
[hostname]
ssh_only = true
format = "@[$hostname](bold red) "