Skip to content

Commit

Permalink
fix(themes): add alternate pipx theme path
Browse files Browse the repository at this point in the history
fixes #1027
  • Loading branch information
tobi-wan-kenobi committed Nov 14, 2024
1 parent 72cd629 commit adb204a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bumblebee_status/core/theme.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
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
os.path.expanduser("~/.local/share/pipx/venvs/bumblebee-status/share/bumblebee-status/themes"), # PIPX, part 2
"/usr/share/bumblebee-status/themes",
])

Expand Down

0 comments on commit adb204a

Please sign in to comment.