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
- Host: GitHub
- URL: https://github.com/amayer5125/nord-rofi
- Owner: amayer5125
- License: mit
- Created: 2020-05-29T03:18:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-03T03:11:54.000Z (over 3 years ago)
- Last Synced: 2023-07-30T23:21:55.393Z (almost 2 years ago)
- Topics: nord, rofi, rofi-themes, theme
- Homepage:
- Size: 23.4 KB
- Stars: 31
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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