An open API service indexing awesome lists of open source software.

https://github.com/amayer5125/nord-rofi

A rofi theme based on Nord theme by Arctic Ice Studio
https://github.com/amayer5125/nord-rofi

nord rofi rofi-themes theme

Last synced: 2 months ago
JSON representation

A rofi theme based on Nord theme by Arctic Ice Studio

Awesome Lists containing this project

README

        

# Nord Rofi Theme

A [Rofi](https://github.com/davatorium/rofi) theme based on [Nord](https://github.com/arcticicestudio/nord) theme by Arctic Ice Studio.

![Screenshot of Rofi with Nord Theme](screenshot.jpg)

## Getting Started

### Installation

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

```sh
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](https://github.com/davatorium/rofi/wiki/Configuring-Rofi) file, usually located at ~/.config/rofi/config.rasi.

```
@theme "nord"
```

### Optional

Download and add [Roboto Condensed](https://fonts.google.com/specimen/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;
}
```