mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
Move user data to ~/.config/onlylegs location
Update location of default themes folder
This commit is contained in:
parent
828167f762
commit
512f6f623e
31 changed files with 158 additions and 110 deletions
|
@ -11,8 +11,8 @@ class compile():
|
|||
def __init__(self, theme, dir):
|
||||
print(f"Loading '{theme}' theme...")
|
||||
|
||||
theme_path = os.path.join(dir, 'user', 'themes', theme)
|
||||
font_path = os.path.join(dir, 'user', 'themes', theme, 'fonts')
|
||||
theme_path = os.path.join(dir, 'themes', theme)
|
||||
font_path = os.path.join(dir, 'themes', theme, 'fonts')
|
||||
dest = os.path.join(dir, 'static', 'theme')
|
||||
|
||||
# print(f"Theme path: {theme_path}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue