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

rofi 1.7.0 moved width and lines from config to Theme #68

Closed wwalker closed 2 years ago

wwalker commented 2 years ago

I upgraded to rofi 1.7.0 yesterday, and was referred to bitwarden-rofi today. I had my own wrapper around bw (using rofi`); but I like yours much better :-) Thank you!!

I get warnings every time I run bwmenu:

** (process:417947): WARNING **: 18:47:10.356: /home/wwalker/.config/rofi/config.rasi:6:55: Option: lines is not found.
** (process:417947): WARNING **: 18:47:10.356: /home/wwalker/.config/rofi/config.rasi:14:21: Option: width is not found.

This is because rofi moved lines and width (and other config options) into the <theme>.rasi in version 1.7.0.

rofi 1.7.0 release notes

wwalker commented 2 years ago

Closing, I can no longer reproduce this errror. My apologies.