From 76381c4d1e59beb269a396260d5143c48e492a0b Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Thu, 7 Dec 2017 20:13:44 +0100 Subject: Support Rofi 1.4.x (#5) Closes #2 --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4c5a166..d3c37dd 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ base16-rofi [Base16](https://github.com/chriskempson/base16) for [rofi](https://github.com/DaveDavenport/rofi) ### Installation -Add the theme to your `~/.config/rofi/config` +For Rofi >= 1.4.x copy the .rasi theme to `~/.local/share/rofi/themes/`. + +For Rofi < 1.4.x replace the configuration file `~/.config/rofi/config` ```sh mkdir ~/.config/rofi curl https://raw.githubusercontent.com/0xdec/base16-rofi/master/themes/base16-default-dark.config >> ~/.config/rofi/config @@ -12,7 +14,7 @@ curl https://raw.githubusercontent.com/0xdec/base16-rofi/master/themes/base16-de ### Base16-shell hook -This repo also provides a hook to switch the rofi colorscheme automatically when a base16_shell theme is set. The setup is pretty straightforward: +For Rofi < 1.4.x this repo also provides a hook to switch the colorscheme automatically when a base16_shell theme is set. The setup is pretty straightforward: ``` > export BASE16_SHELL_HOOKS=$HOME/.config/base16-shell/hooks -- cgit v1.2.3