aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrea Scarpino <me@andreascarpino.it>2017-12-07 20:13:44 +0100
committerJordi Pakey-Rodriguez <0xdec@users.noreply.github.com>2017-12-07 13:13:44 -0600
commit76381c4d1e59beb269a396260d5143c48e492a0b (patch)
tree61c73586fd8001b628fb837f892c67cb21ff158b /README.md
parent821a3d8730a3a1091e2af8f6c2395fe31c87c18d (diff)
Support Rofi 1.4.x (#5)
Closes #2
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
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