diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -20,9 +20,17 @@ All files in `colors` directory generated by [lustache](https://luarocks.org/mod You can find an example config in `examples/base16-onedark.theme`. -> User created themes should be placed in $XDG_CONFIG_HOME/btop/themes or $HOME/.config/btop/themes. +> User created [themes](https://github.com/aristocratos/btop?tab=readme-ov-file#themes) should be placed in $XDG_CONFIG_HOME/btop/themes or $HOME/.config/btop/themes. -And add in [btop.conf](https://github.com/aristocratos/btop?tab=readme-ov-file#configurability) `color_theme = "/home/blueingreen68/.config/btop/themes/base16-onedark.theme"` +Add in [btop.conf](https://github.com/aristocratos/btop?tab=readme-ov-file#configurability) path to file `base16-onedark.theme`: + +```conf +color_theme = "/path/to/.config/btop/themes/base16-onedark.theme"` +``` + +or select theme in `btop`: + + ## License |
