bcbnz / python-rofi

A Python module to make simple GUIs with Rofi
MIT License
111 stars 20 forks source link

rofi_args is missing #11

Open foxbrian opened 5 years ago

foxbrian commented 5 years ago

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 know since your doc lists it as an option so I was pretty confused as to why it wasn't working. Thank you for making this!

TheToto commented 5 years ago

It's from last commit https://github.com/bcbnz/python-rofi/commit/d20b3a2ba4ba1b294b002f25a8fb526c5115d0d4. Install with pip install --upgrade git+http://github.com/bcbnz/python-rofi.git if you need latest version.

josefson commented 4 years ago

that works, but can't you upgrade this to pypi?

voidcase commented 3 years ago

that works, but can't you upgrade this to pypi?

yes, this would be nice, just ran into the same thing.

laur89 commented 3 years ago

@bcbnz would you be so kind to update pypi pacakge?