Muck about with the directory path seps to improve readability
This commit is contained in:
@@ -3,17 +3,18 @@ add_newline = false
|
|||||||
format = '[ ](bold fg:#000000 bg:#XXXXXX)${custom.toolbox}${custom.localhost}[](bold fg:#XXXXXX bg:#444444)$directory$python$git_branch$git_status$status$character'
|
format = '[ ](bold fg:#000000 bg:#XXXXXX)${custom.toolbox}${custom.localhost}[](bold fg:#XXXXXX bg:#444444)$directory$python$git_branch$git_status$status$character'
|
||||||
|
|
||||||
[directory]
|
[directory]
|
||||||
format = "[$read_only]($read_only_style)[$path ]($style)[](fg:#444444 bg:#XXXXXX)"
|
format = "[$read_only]($read_only_style)[$path ]($style)[](fg:#444444 bg:#000000)"
|
||||||
style = "fg:bright-white bg:#444444"
|
style = "fg:bright-white bg:#444444"
|
||||||
read_only = ' '
|
read_only = ' '
|
||||||
read_only_style = "bold fg:red bg:#444444"
|
read_only_style = "bold fg:red bg:#444444"
|
||||||
truncation_symbol = ' '
|
truncation_symbol = ' '
|
||||||
home_symbol = ''
|
home_symbol = '~'
|
||||||
[directory.substitutions]
|
[directory.substitutions]
|
||||||
'/' = ' '
|
'/' = ' '
|
||||||
|
'~ ' = ''
|
||||||
|
|
||||||
[character]
|
[character]
|
||||||
success_symbol = '[](bold fg:#XXXXXX)'
|
success_symbol = '[](bold fg:#000000)'
|
||||||
error_symbol = '[](bold fg:#6d0505)'
|
error_symbol = '[](bold fg:#6d0505)'
|
||||||
|
|
||||||
[status]
|
[status]
|
||||||
@@ -25,17 +26,17 @@ format = '[](bold fg:#XXXXXX bg:#6d0505)[ $status ]($style)'
|
|||||||
|
|
||||||
[git_branch]
|
[git_branch]
|
||||||
symbol = ''
|
symbol = ''
|
||||||
format = '[](bold fg:#XXXXXX bg:#44b240)[$symbol $branch]($style)[](bold bg:#XXXXXX fg:#44b240)'
|
format = '[](bold fg:#000000 bg:#44b240)[$symbol $branch]($style)[](bold bg:#000000 fg:#44b240)'
|
||||||
style = 'bold bg:#44b240 fg:black'
|
style = 'bold bg:#44b240 fg:black'
|
||||||
|
|
||||||
[git_status]
|
[git_status]
|
||||||
style = "bold fg:black bg:#f4862c"
|
style = "bold fg:black bg:#f4862c"
|
||||||
format = '([](bold fg:#XXXXXX bg:#f4862c)[$all_status$ahead_behind]($style)[](bold bg:#XXXXXX fg:#f4862c))'
|
format = '([](bold fg:#000000 bg:#f4862c)[$all_status$ahead_behind]($style)[](bold bg:#000000 fg:#f4862c))'
|
||||||
|
|
||||||
[python]
|
[python]
|
||||||
style = 'bold bg:#fcf52a fg:black'
|
style = 'bold bg:#fcf52a fg:black'
|
||||||
symbol = ''
|
symbol = ''
|
||||||
format = '([](bold fg:#XXXXXX bg:#fcf52a)[$virtualenv]($style)[](bold bg:#XXXXXX fg:#fcf52a))'
|
format = '([](bold fg:#000000 bg:#fcf52a)[$virtualenv]($style)[](bold bg:#000000 fg:#fcf52a))'
|
||||||
|
|
||||||
[custom.toolbox]
|
[custom.toolbox]
|
||||||
style = "bold bg:#XXXXXX fg:bright-white"
|
style = "bold bg:#XXXXXX fg:bright-white"
|
||||||
|
|||||||
Reference in New Issue
Block a user