marvinkreis / rofi-file-browser-extended

Use rofi to quickly open files
MIT License
239 stars 14 forks source link

Weird padding issue #9

Closed iviirai closed 5 years ago

iviirai commented 6 years ago

Hi, there is a padding issue in file_browser.

rofi config is : config

2018-10-02-001016_1920x1080_scrot

marvinkreis commented 5 years ago

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.