diff --git a/install.py b/install.py index 23bfc1c..24a14fe 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-{path_name}-{theme_mode}/gnome-shell" + return f"~/.local/share/themes/Marble-shell-{path_name}-{theme_mode}/gnome-shell" def copy_files(source, destination): @@ -135,6 +135,8 @@ def main(): user_input = input("\n>>> ").split() userInputLength = len(user_input) + # this part is a piece of sh.... + # i'll rewrite it later match user_input[0]: case "-A" | "--all": if userInputLength == 1 or user_input[1] != "--light" and user_input[1] != "--dark": diff --git a/readme-images/dash.png b/readme-images/dash.png new file mode 100644 index 0000000..41cb158 Binary files /dev/null and b/readme-images/dash.png differ diff --git a/readme-images/notifications.png b/readme-images/notifications.png new file mode 100644 index 0000000..ea13601 Binary files /dev/null and b/readme-images/notifications.png differ diff --git a/readme-images/overview.png b/readme-images/overview.png new file mode 100644 index 0000000..988de83 Binary files /dev/null and b/readme-images/overview.png differ diff --git a/readme-images/panel.png b/readme-images/panel.png new file mode 100644 index 0000000..323f6cc Binary files /dev/null and b/readme-images/panel.png differ diff --git a/readme-images/qs.png b/readme-images/qs.png new file mode 100644 index 0000000..73e3138 Binary files /dev/null and b/readme-images/qs.png differ