plattfot / pinentry-rofi

Rofi frontend to pinentry
43 stars 5 forks source link

Run Rofi with configuration. #19

Closed michael-burakov closed 4 months ago

michael-burakov commented 6 months ago

Hi,

I want to launch pinentry-rofi with a custom theme, i.e. not the one specified in the default configuration path ~/.config/rofi/. Can I provide a theme flag somehow? Thanks.

-Michael

plattfot commented 6 months ago

Hi,

Unfortunately passing flags to rofi right now isn't possible. Shouldn't be that hard to add though. I do not have any bandwidth to work on it this month but I can add that feature next month. If you want to work on that feature yourself I would gladly review and accept a PR.

I'm thinking it would be something along the line of pinentry-rofi -- <rofi flags>. I.e. use -- then the rest that follows are just passed to rofi.

plattfot commented 5 months ago

Hi, Sorry for the delay. I was on vacation.

I've created a PR (#20) that adds the option to pass options directly to rofi. Do you think you would be able to test it out and see if that works for you? With that you should be able to run pinentry-rofi -- -config <config> to change the config for example. Tested it locally with passing -m 0/-m 1 to specify what monitor rofi should pop-up on and that worked.

TheAifam5 commented 4 months ago

Thank you, @plattfot. I was actually searching for this possibility. I have merged the patch on my Gentoo setup and works fine.

plattfot commented 4 months ago

Awesome! @TheAifam5 thank you for testing and confirming it is working. I've now merged #20 and consider this issue resolved. Please open it if that's not the case.