[core/theme] add /usr/share as theme directory

add a theme directory /usr/share/bumblebee-status/themes for system-wide
theme installation.

fixes #753
This commit is contained in:
tobi-wan-kenobi 2020-12-20 10:23:06 +01:00
parent 7fd4f710a1
commit 7b1659a1b5

View file

@ -17,6 +17,7 @@ PATHS = [
os.path.join(THEME_BASE_DIR, "../../themes"),
os.path.expanduser("~/.config/bumblebee-status/themes"),
os.path.expanduser("~/.local/share/bumblebee-status/themes"), # PIP
"/usr/share/bumblebee-status/themes",
]