From 19d2853c4b6098a22dbdac1324d600c82790d308 Mon Sep 17 00:00:00 2001 From: imarkoff Date: Thu, 26 Jan 2023 12:49:45 +0200 Subject: [PATCH] Changed generated shell theme name --- install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):