Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 985 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 985 Bytes

Nord Rofi Theme

A Rofi theme based on Nord theme by Arctic Ice Studio.

Screenshot of Rofi with Nord Theme

Getting Started

Installation

Copy nord.rasi to the rofi configuration themes directory at ~/.config/rofi/themes.

mkdir -p ~/.config/rofi/themes
curl -o ~/.config/rofi/themes/nord.rasi https://raw.githubusercontent.com/amayer5125/nord-rofi/master/nord.rasi

Then add the following line to your rofi configuration file, usually located at ~/.config/rofi/config.rasi.

@theme "nord"

Optional

Download and add Roboto Condensed font to rofi configuration file.

configuration {
    font: "Roboto Condensed 16";
}

My other recommendation is moving rofi to the top of the screen.

configuration {
    location: 2;
}