In order to use a consistent theme, I hardcoded -theme PATH_TO_MY_ROFI_THEME_FILE into rofi_command. Should the script accept a -theme flag and modify rofi_command as a result based on the value of that flag?
Edit: In case this makes sense, I'd be happy to send in a PR. :smile:
I keep getting errors when I try to make changes to the rofi_command. I just wanted a specific font size but "-font "DejaVu Sans Mono 20" don't work. "Pango parse failed..."
In order to use a consistent theme, I hardcoded
-theme PATH_TO_MY_ROFI_THEME_FILE
intorofi_command
. Should the script accept a-theme
flag and modifyrofi_command
as a result based on the value of that flag?Edit: In case this makes sense, I'd be happy to send in a PR. :smile: