diff options
Diffstat (limited to 'internal/wizard.zsh')
-rwxr-xr-x | internal/wizard.zsh | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/internal/wizard.zsh b/internal/wizard.zsh index 795fd19a..09977a68 100755 --- a/internal/wizard.zsh +++ b/internal/wizard.zsh @@ -1776,13 +1776,8 @@ function generate_config() { else sub MODE $POWERLEVEL9K_MODE - if (( cap_narrow_icons )); then - sub VISUAL_IDENTIFIER_EXPANSION "'\${P9K_VISUAL_IDENTIFIER// }'" - if [[ $style == lean_8colors ]]; then - sub OS_ICON_CONTENT_EXPANSION "'\${P9K_CONTENT// }'" - else - sub OS_ICON_CONTENT_EXPANSION "'%B\${P9K_CONTENT// }'" - fi + if (( ! cap_narrow_icons )); then + sub ICON_PADDING moderate fi if [[ $POWERLEVEL9K_MODE == compatible ]]; then |