From b3872b85ffb028e45dd86a304aa5c01495a03cc3 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Sat, 5 Sep 2020 22:16:49 +0200 Subject: [PATCH] Updated theme folder for pypi installation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f9a5f49..495f291 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ Bpytop uses the same theme files as bashtop so any theme made for bashtop will w See [themes](https://github.com/aristocratos/bpytop/tree/master/themes) folder for available themes. The `make install` command places the default themes in `/usr/local/share/bpytop/themes`. +If installed with `pip3` the themes will be located in a folder called `bpytop-themes` in the python3 site-packages folder. User created themes should be placed in `$HOME/.config/bpytop/themes`. Let me know if you want to contribute with new themes.