Fix theme option after upgrading rofi to 1.7.1

2021/11/28 by Paulo Pereira

~/categories/Linux #Linux #Arch Linux #rofi

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"