Added path for themes directory when installed via pipx
This commit is contained in:
parent
ad8b1802f5
commit
61e38c6094
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ if os.environ.get("XDG_DATA_DIRS"):
|
|||
PATHS.extend([
|
||||
os.path.expanduser("~/.config/bumblebee-status/themes"),
|
||||
os.path.expanduser("~/.local/share/bumblebee-status/themes"), # PIP
|
||||
os.path.expanduser("~/.local/pipx/venvs/bumblebee-status/share/bumblebee-status/themes"), # PIPX
|
||||
"/usr/share/bumblebee-status/themes",
|
||||
])
|
||||
|
||||
|
|
Loading…
Reference in a new issue