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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user