mattydebie / bitwarden-rofi

Wrapper for Bitwarden https://github.com/bitwarden/cli and Rofi
GNU General Public License v3.0
346 stars 56 forks source link

allow using rofi themes #45

Closed autoferrit closed 4 years ago

autoferrit commented 4 years ago

As the name suggests. would it be possible to add a theme flag that would then be passed to rofi to use an existing theme?

mirkobrombin commented 4 years ago
Usage:
  bwmenu [options] -- [rofi options]

So I think just need to append as rofi options.

mattydebie commented 4 years ago

That's correct! You can append any rofi options 😁

On Sun, Mar 29, 2020, 10:37 Mirko Brombin notifications@github.com wrote:

Usage: bwmenu [options] -- [rofi options]```

So I think just need to append as rofi options.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mattydebie/bitwarden-rofi/issues/45#issuecomment-605603885, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABYVYU52JH33VZI2L7UYWFLRJ4CD5ANCNFSM4LLZOGWQ .

autoferrit commented 4 years ago

great thanks.