adi1090x / rofi

A huge collection of Rofi based custom Applets, Launchers & Powermenus.
GNU General Public License v3.0
6.33k stars 293 forks source link

how can I remove this text from combi #162

Open rew1nter opened 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}";
}