/materia-rofi-theme

This is a rofi theme based on the Materia GTK Theme

BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Materia Rofi Theme

This is a rofi theme based on the Materia GTK Theme

What it looks like:

Materia Rofi Theme

Installation

One Liner:

# wget https://raw.githubusercontent.com/DefunctLizard/materia-rofi-theme/master/materia.rasi \ -P /usr/share/rofi/themes

Or, the long version:

$ git clone https://github.com/DefunctLizard/materia-rofi-theme.git
$ cd materia-rofi-theme
# cp materia.rasi /usr/share/rofi/themes

Execute the Theme

Just type:

rofi -show run -theme materia

Add to i3WM Config Files

You can get rofi to automatically run at the touch of a key in the I3WM config files. Just add this to your ~/.config/i3/config file.

bindsym $mod+d exec --no-startup-id rofi -show run -theme materia