bitwarden-rofi icon indicating copy to clipboard operation
bitwarden-rofi copied to clipboard

Add possibility of hiding keybinds text

Open mihalea opened this issue 4 years ago • 2 comments

Add flag '--hide-keybinds' allowing users to hide the help message below the prompt containing the keybinds

mihalea avatar Nov 20 '19 11:11 mihalea

Looking good at first sight. Will check this out properly soon!

mattydebie avatar Nov 22 '19 06:11 mattydebie

This is a rofi theme thing. The message is displayed in the message UI block, which is a child of mainbox. So calling

$ bwmenu -- -theme-str "mainbox{children[prompt,entry,listview];}"

tells rofi to only show the mentioned elements, and specifically leaves out the message part. Or modify your rofi theme accordingly

ickerwx avatar Jul 15 '20 13:07 ickerwx