diff --git a/install.py b/install.py index c544bfc..23bfc1c 100644 --- a/install.py +++ b/install.py @@ -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):