From e95935cae9f6f84b2a7d2e119030563bfb958038 Mon Sep 17 00:00:00 2001 From: Alexey Stepanov Date: Sun, 29 Sep 2024 12:16:59 +0000 Subject: update README.md --- README.md | 12 ++++++++++-- examples/img/select-theme-in-btop.png | Bin 0 -> 439264 bytes 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 examples/img/select-theme-in-btop.png diff --git a/README.md b/README.md index 76ae429..84d971d 100644 --- a/README.md +++ b/README.md @@ -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`: + +![Change theme in btop](./examples/img/select-theme-in-btop.png) ## License diff --git a/examples/img/select-theme-in-btop.png b/examples/img/select-theme-in-btop.png new file mode 100644 index 0000000..a1e8cfa Binary files /dev/null and b/examples/img/select-theme-in-btop.png differ -- cgit