More style tweaks
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
03ec3eea98
commit
b9647b569d
@ -14,6 +14,7 @@ visible = true
|
|||||||
|
|
||||||
[box]
|
[box]
|
||||||
title = " Info "
|
title = " Info "
|
||||||
|
border = "double"
|
||||||
visible = true
|
visible = true
|
||||||
|
|
||||||
[box.inner_margin]
|
[box.inner_margin]
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
format = """\
|
format = """\
|
||||||
$status\
|
$status\
|
||||||
$cmd_duration\
|
$cmd_duration\
|
||||||
$line_break\
|
|
||||||
$directory\
|
$directory\
|
||||||
$git_branch\
|
$git_branch\
|
||||||
$git_commit\
|
$git_commit\
|
||||||
@ -28,7 +27,7 @@ format = "┏ [$path]($style)[$read_only]($read_only_style) "
|
|||||||
|
|
||||||
[character]
|
[character]
|
||||||
success_symbol = "┗ [✨](yellow)"
|
success_symbol = "┗ [✨](yellow)"
|
||||||
error_symbol = "┗ [✗](red)"
|
error_symbol = "┗ [✗](fg:204)"
|
||||||
|
|
||||||
[git_branch]
|
[git_branch]
|
||||||
format = "⎮ [$symbol$branch]($style) "
|
format = "⎮ [$symbol$branch]($style) "
|
||||||
@ -67,9 +66,8 @@ format = "⎮ [$symbol$version]($style) "
|
|||||||
symbol = " "
|
symbol = " "
|
||||||
|
|
||||||
[status]
|
[status]
|
||||||
style = "red"
|
|
||||||
symbol = "✗"
|
symbol = "✗"
|
||||||
format = '[↪ \[$symbol $common_meaning$signal_name$maybe_int\]]($style)'
|
format = "[↪ $symbol $common_meaning$signal_name$maybe_int](fg:204)\n"
|
||||||
map_symbol = true
|
map_symbol = true
|
||||||
disabled = false
|
disabled = false
|
||||||
|
|
||||||
@ -78,7 +76,7 @@ format = "⎮ [$symbol$version]($style) "
|
|||||||
symbol = " "
|
symbol = " "
|
||||||
|
|
||||||
[cmd_duration]
|
[cmd_duration]
|
||||||
format = " took [$duration]($style) "
|
format = " took [$duration]($style) \n"
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
symbol = "📦"
|
symbol = "📦"
|
||||||
|
Loading…
Reference in New Issue
Block a user