fix: do not reserve powerline space in icons only

This commit is contained in:
Abhishek Keshri 2024-04-02 08:44:48 +05:30
parent bb03af5b93
commit 576304b98e

View file

@ -147,6 +147,7 @@ set_theme() {
esac esac
if $icons_only; then if $icons_only; then
show_powerline=false
text=$bg_main text=$bg_main
plugin_colors=( plugin_colors=(
["git"]="text green" ["git"]="text green"