marvinkreis/rofi-file-browser-extended

Weird padding issue

Closed this issue · 1 comments

Hi, there is a padding issue in file_browser.

rofi config is : config

2018-10-02-001016_1920x1080_scrot

Hi,
Sorry that I didn't answer this earlier, somehow GitHub didn't notify me about this issue.

I can reproduce the problem with your config, however this doesn't seem to be a problem with the plugin, but rather with rofi's message line. echo "This should be the first line" | rofi -dmenu -mesg "This is a test status" gave me the same result.

I tried commenting out settings in your config, and it seems that either removing rofi.padding or rofi-fullscreen gets rid of the problem. You can also use the file browser with -fb_disable_status to get rid of the status message for now.