Closed nielsdrost7 closed 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.
configuration
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)
themes
~/.config/rofi/themes/nord.rasi
~/.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"
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)~/.config/rofi/themes/nord.rasi
~/.config/rofi/config.rasi
):