aboutsummaryrefslogtreecommitdiff
path: root/internal/wizard.zsh
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2019-10-11 18:05:27 +0300
committerromkatv <roman.perepelitsa@gmail.com>2019-10-11 18:05:27 +0300
commit765de21920cc485f29fa457da21f35c8fed72fb1 (patch)
tree31fa88a1b6d76f7bf073bef1e22366301f8a0fcd /internal/wizard.zsh
parent09130614ecbe65f0ad7bfa2bcfa9bc36d0d2a659 (diff)
bug fix: wrong tail color for rainbow in the wizard
Diffstat (limited to 'internal/wizard.zsh')
-rwxr-xr-xinternal/wizard.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/wizard.zsh b/internal/wizard.zsh
index 3d809256..03fb9473 100755
--- a/internal/wizard.zsh
+++ b/internal/wizard.zsh
@@ -96,7 +96,7 @@ typeset -ra rainbow_left=(
)
typeset -ra rainbow_right=(
- '%3F$right_head%K{3} %0F$prefixes[2]5s $extra_icons[4]%1F${show_time:+%7F$right_sep%K{7\} %0F$prefixes[3]16:23:42 $extra_icons[5]%7F}%k$right_tail%f' '%$frame_color[$color]F─╮%f'
+ '%3F$right_head%K{3} %0F$prefixes[2]5s $extra_icons[4]%3F${show_time:+%7F$right_sep%K{7\} %0F$prefixes[3]16:23:42 $extra_icons[5]%7F}%k$right_tail%f' '%$frame_color[$color]F─╮%f'
'' '%$frame_color[$color]F─╯%f'
)