[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:
parent
7fd4f710a1
commit
7b1659a1b5
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ PATHS = [
|
||||||
os.path.join(THEME_BASE_DIR, "../../themes"),
|
os.path.join(THEME_BASE_DIR, "../../themes"),
|
||||||
os.path.expanduser("~/.config/bumblebee-status/themes"),
|
os.path.expanduser("~/.config/bumblebee-status/themes"),
|
||||||
os.path.expanduser("~/.local/share/bumblebee-status/themes"), # PIP
|
os.path.expanduser("~/.local/share/bumblebee-status/themes"), # PIP
|
||||||
|
"/usr/share/bumblebee-status/themes",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue