A simple theme for rofi based on Gruvbox Material by @sainnhe.
- Copy gruvbox-material.rasi file to
~/.config/rofi/gruvbox-material.rasi
- Add the following lines to your rofi config (
~/.config/rofi/config.rasi
):
configuration {
display-ssh: "";
display-run: "";
display-drun: "";
display-window: "";
display-combi: "";
show-icons: true;
}
@theme "~/.config/rofi/gruvbox-material.rasi"