aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordi Pakey-Rodriguez <jordi@0xdec.im>2019-01-30 19:06:04 -0800
committerJordi Pakey-Rodriguez <jordi@0xdec.im>2019-01-30 19:06:04 -0800
commit0efb1185eb530c4ee7a33755b399d16b527af706 (patch)
tree3ade88aa046eb94927873cb6bf3add2b14dd7068
parent0f5c4818b82af38f201f014eb59443be54c844ce (diff)
Clean up README
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 4a5ee9a..2cb9b53 100644
--- a/README.md
+++ b/README.md
@@ -21,12 +21,12 @@ ln -s base16-rofi/themes/base16-default-dark.config >> ~/.config/rofi/config
### Base16-Shell Hook
-For Rofi < 1.4 this repo also provides a hook to switch the colorscheme automatically when a base16_shell theme is set. Note that for now, this only works when there is no existing Rofi config file (to avoid overwriting it). The setup is pretty straightforward:
+For Rofi < v1.4 this repo also provides a hook to switch the color scheme automatically when a base16_shell theme is set. Note that for now, this only works when there is no existing Rofi config file (to avoid overwriting it). The setup is pretty straightforward:
-```
-> export BASE16_SHELL_HOOKS=$HOME/.config/base16-shell/hooks
-> mkdir -p $BASE16_SHELL_HOOKS
-> cp hook/rofi.sh $BASE16_SHELL_HOOKS && chmod +x $BASE16_SHELL_HOOK/rofi.sh
+```sh
+export BASE16_SHELL_HOOKS=$HOME/.config/base16-shell/hooks
+mkdir -p $BASE16_SHELL_HOOKS
+cp hook/rofi.sh $BASE16_SHELL_HOOKS && chmod +x $BASE16_SHELL_HOOK/rofi.sh
```
Then set the `rofi_config_file` and `rofi_themes_dir` variables in the script.