diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-09-07 10:28:45 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-09-07 10:28:45 +0300 |
commit | 91b715f18f7f9e9b9bcd921a3387f04e5a3dc7d3 (patch) | |
tree | 344ff2b0be71a8d652abbed365d0f79da5b5248b /internal/wizard.zsh | |
parent | 1ec035ead3d72c0767c1c532abfe93ef75087d4b (diff) |
disable or substitute "compatible" icons that cannot be displayed by the stock Menlo on macOS
Diffstat (limited to 'internal/wizard.zsh')
-rwxr-xr-x | internal/wizard.zsh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/internal/wizard.zsh b/internal/wizard.zsh index 9e5d4b8f..d8e251ce 100755 --- a/internal/wizard.zsh +++ b/internal/wizard.zsh @@ -1217,8 +1217,10 @@ function generate_config() { fi if [[ $POWERLEVEL9K_MODE == compatible ]]; then - # Many fonts don't have the gear icon. + # Many fonts don't have the gear or the lock icon. sub BACKGROUND_JOBS_VISUAL_IDENTIFIER_EXPANSION "'⇶'" + uncomment 'typeset -g POWERLEVEL9K_DIR_NOT_WRITABLE_VISUAL_IDENTIFIER_EXPANSION' + sub DIR_NOT_WRITABLE_VISUAL_IDENTIFIER_EXPANSION "'∅'" fi if [[ $POWERLEVEL9K_MODE == (awesome-patched|awesome-fontconfig) && $cap_python == 0 ]]; then |