Following the latest 1.7.0 rofi update, the latest 1.7.1 version all “broke” my theming.
Basically the theme
option changed.
To fix I just add to my ~/.config/rofi/config.rasi
file:
Before:
configuration {
(...)
theme: "~/.config/rofi/themes/dmenu.rasi";
(...)
}
After:
configuration {
(...)
}
@theme "~/.config/rofi/themes/dmenu.rasi"