1
0
Files
dotfiles/config/starship.toml
James Bulman ce8e8fe6ec Added linux config for kanto
Updated dots script to correctly install across multiple systems
Simplified rofi configuration
Added sway config for kanto
Fixed swaylock colour missing a zero
Minor updates for specific font sizes, colours etc.
2025-09-29 17:44:50 +01:00

36 lines
806 B
TOML

add_newline = false
scan_timeout = 10
format = "\\[$username$hostname\\] :: $directory $cmd_duration$character"
[line_break]
disabled = true
[hostname]
ssh_only = false
format = "[@$hostname]($style)"
#tokyo style = "bright-blue bold"
#kanto style = "bright-green bold"
[username]
show_always = true
format = "[$user]($style)"
style_root = "bright-red bold"
#tokyo style_user = "bright-blue bold"
#kanto style_user = "bright-green bold"
[directory]
truncation_length = 3
truncate_to_repo = true
style = "blue"
read_only = "!"
read_only_style = "red"
format = "[$path]($style)[$read_only]($read_only_style)"
[cmd_duration]
style = "bold yellow"
format = "[+$duration]($style) "
[character]
success_symbol = "[>](cyan bold)"
error_symbol = "[>](red bold)"