Merge pull request #959 from chedge/pipx_compatibility
Added path for themes directory when installed via pipx
This commit is contained in:
commit
b750d96a72
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