aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 4c5a1669e2c85a047cbc93f573eaf3cc764e3c3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
base16-rofi
===========

[Base16](https://github.com/chriskempson/base16) for [rofi](https://github.com/DaveDavenport/rofi)

### Installation
Add the theme to your `~/.config/rofi/config`
```sh
mkdir ~/.config/rofi
curl https://raw.githubusercontent.com/0xdec/base16-rofi/master/themes/base16-default-dark.config >> ~/.config/rofi/config
```

### 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:

```
> 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.