1
0

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.
This commit is contained in:
2025-09-29 17:44:50 +01:00
parent a184195a29
commit ce8e8fe6ec
8 changed files with 183 additions and 22 deletions

View File

@@ -7,25 +7,27 @@ disabled = true
[hostname]
ssh_only = false
style = "bright-blue bold"
format = "[@$hostname]($style)"
format = "[@$hostname]($style)"
#tokyo style = "bright-blue bold"
#kanto style = "bright-green bold"
[username]
show_always = true
style_user = "bright-blue bold"
style_root = "bright-red bold"
format="[$user]($style)"
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)"
style = "blue"
read_only = "!"
read_only_style = "red"
format = "[$path]($style)[$read_only]($read_only_style)"
[cmd_duration]
style = "bold yellow"
style = "bold yellow"
format = "[+$duration]($style) "
[character]