Changed generated shell theme name

This commit is contained in:
imarkoff
2023-01-26 12:49:45 +02:00
parent b34a6818dc
commit 19d2853c4b

View File

@@ -39,7 +39,7 @@ def destination_return(path_name, theme_mode):
:return: copied files' folder location
"""
return f"~/.local/share/themes/Marble-Shell-{theme_mode}-{path_name}/gnome-shell"
return f"~/.local/share/themes/Marble-Shell-{path_name}-{theme_mode}/gnome-shell"
def copy_files(source, destination):