I'd like to customize the prompt for built-in modi (like drun).
I have a few -dmenu scripts as well as custom modi (name:script) where I use consistent custom prompts w/ icons and simply would like a way to override the prompt for built-in modi.
I have tried using rofi -show drun -p "CUSTOM" with no avail. As far as I know, there is no way for me to use an approach like that in rofi-script where I can set using echo -en "\0prompt\x1fCUSTOM\n".
Is there any support for overriding build-in modi prompt (drun) that I have missed in the docs?
I'd like to customize the prompt for built-in modi (like drun).
I have a few
-dmenu
scripts as well as custom modi (name:script
) where I use consistent custom prompts w/ icons and simply would like a way to override the prompt for built-in modi.I have tried using
rofi -show drun -p "CUSTOM"
with no avail. As far as I know, there is no way for me to use an approach like that in rofi-script where I can set usingecho -en "\0prompt\x1fCUSTOM\n"
.Is there any support for overriding build-in modi prompt (drun) that I have missed in the docs?