Skip to content

amayer5125/nord-rofi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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;
}

About

A rofi theme based on Nord theme by Arctic Ice Studio

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published