OmarCastro / rofi-blocks

A Rofi modi that allows controlling rofi content throug communication with an external program
GNU General Public License v3.0
107 stars 9 forks source link

How to hide message element #12

Closed owzim closed 4 years ago

owzim commented 4 years ago

First of all: great software. I like rofi a lot but with the option of realtime updating the results with rofi-blocks, it is perfect.

Problem:

neither

{ "message": false }

nor

{ "message": "" }

seems to work.

I also tried to mess with rofi themes to hide it, but without luck.

owzim commented 4 years ago

Did not understand rofi's layout system in full, but now this works (*.rasi file):

window {
  children: [ inputbar, listview ];
}

which explicitly does not include message as a child.

OmarCastro commented 4 years ago

Hello @owzim, actually I was not aware that it was possible to hide a message, and since it is possible to do it I will reopen this issue.