Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 675 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 675 Bytes

Gruvbox Material Rofi theme

A simple theme for rofi based on Gruvbox Material by @sainnhe.

Setup

  1. Copy gruvbox-material.rasi file to ~/.config/rofi/gruvbox-material.rasi
  2. 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"