Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Dec 29, 2021
Merged

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

merged 1 commit into from
Dec 29, 2021

Conversation

nielsdrost7
Copy link

@nielsdrost7 nielsdrost7 commented Dec 29, 2021

refs #26

Original PR: undiabler/nord-rofi-theme#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"

@ChrisTitusTech ChrisTitusTech merged commit 68d6f2d into ChrisTitusTech:main Dec 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants