Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.33 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.33 KB

Nord rofi theme

An arctic, north-bluish clean and elegant Rofi color theme.

Designed for a fluent and clear workflow.
Based on the Nord color palette.


Font: Envy Code R 10px.

Getting started

Installation

  1. Copy nord.rasi file to ~/.config/rofi/nord.rasi
  2. Add the following lines to your rofi config (~/.config/rofi/config.rasi):
configuration {
    font: "Envy Code R 10";
    line-margin: 10;

    display-ssh:    "";
    display-run:    "";
    display-drun:   "";
    display-window: "";
    display-combi:  "";
    show-icons:     true;
}


@theme "~/.config/rofi/nord.rasi"

listview {
	lines: 6;
	columns: 2;
}

window {
	width: 30%;
}