python-rofi
python-rofi copied to clipboard
A Python module to make simple GUIs with Rofi
Is there a way to add checkboxes? I want to have the user select multiple things. Example: [ ] 1 [ ] 2 [ ] 3 Then do something based...
Hi, first of all, this has helped me a lot building rofi menus thanks so much. I was wondering if there is a way i can make a file selector...
on version 1.0.1 (installed from pip) there is no rofi_args or other_args implemented. I don't know if it really counts as a bug but I thought I'd make sure you...
I would like to use the updated version of your python module in one of my projects and to make the installation easier it would be nice when the pypi...
The `select()` method returns `-1` if the user input is not in `options`. Currently it does not permit to recover the original input and does not allow to use rofi...
When using multiple prompts for selects or entries, every second prompt is not shown. - Rofi is not shown on every second prompt - Still able to type into invisible...
Hello, Very nice stuff there :). I may use it a lot in the future ! On my machine, `r.text_entry` does not open rofi. I managed to fix it by...