ChrisTitusTech / Debian-titus

Debian customizations from Chris Titus Tech
GNU General Public License v3.0
429 stars 158 forks source link

Fixing the original nord theme for Rofi 1.7.0 refs #26 #27

Closed nielsdrost7 closed 2 years ago

nielsdrost7 commented 2 years ago

refs #26

Original PR: https://github.com/undiabler/nord-rofi-theme/pull/2

For Rofi 1.7.0 the original nord.rasi in the dotfiles is broken. This PR fixes that problem.

The configuration part of the theme was moved to the config of Rofi.

In the readme of the PR it says: (edit: added the themes part, so we're copying it to the right place and getting the theme from the right place)

  1. Copy nord.rasi file to ~/.config/rofi/themes/nord.rasi
  2. Add the following lines to your rofi config (~/.config/rofi/config.rasi):
    configuration {
    font: "Envy Code R 10";
    width: 30;
    line-margin: 10;
    lines: 6;
    columns: 2;
    display-ssh:    "";
    display-run:    "";
    display-drun:   "";
    display-window: "";
    display-combi:  "";
    show-icons:     true;
    }
    @theme "~/.config/rofi/themes/nord.rasi"