adi1090x / polybar-themes

A huge collection of polybar themes with different styles, colors and variants.
GNU General Public License v3.0
5.59k stars 407 forks source link

How can I remove this text from combi? #207

Closed rew1nter closed 7 months ago

rew1nter commented 7 months ago

image

I want to remove this marked texts and also want to keep the text on the left. Is it possible? my configuration:

configuration {
    combi-modi:                 "drun,run";
    modi:                       "drun,run,filebrowser,ssh,window";
    show-icons:                 false;
    display-drun:               " Apps";
    display-combi:              " Start";
    display-run:                " Run";
    display-filebrowser:        " Files";
    display-window:             " Windows";
    display-ssh:                " SSH";
    drun-display-format:        "{name}";
    window-format:              "{w} · {c} · {t}";
}
rew1nter commented 7 months ago

damn in wrong repo