diff --git a/ubuntu_smoother/__init__.py b/sugar_cubes/__init__.py similarity index 100% rename from ubuntu_smoother/__init__.py rename to sugar_cubes/__init__.py diff --git a/ubuntu_smoother/gtk/window.ui b/sugar_cubes/gtk/window.ui similarity index 100% rename from ubuntu_smoother/gtk/window.ui rename to sugar_cubes/gtk/window.ui diff --git a/ubuntu_smoother/main.py b/sugar_cubes/main.py similarity index 100% rename from ubuntu_smoother/main.py rename to sugar_cubes/main.py diff --git a/ubuntu_smoother/meson.build b/sugar_cubes/meson.build similarity index 100% rename from ubuntu_smoother/meson.build rename to sugar_cubes/meson.build diff --git a/ubuntu_smoother/models/__init__.py b/sugar_cubes/models/__init__.py similarity index 100% rename from ubuntu_smoother/models/__init__.py rename to sugar_cubes/models/__init__.py diff --git a/ubuntu_smoother/models/config.py b/sugar_cubes/models/config.py similarity index 100% rename from ubuntu_smoother/models/config.py rename to sugar_cubes/models/config.py diff --git a/ubuntu_smoother/models/meson.build b/sugar_cubes/models/meson.build similarity index 100% rename from ubuntu_smoother/models/meson.build rename to sugar_cubes/models/meson.build diff --git a/ubuntu_smoother/models/preset.py b/sugar_cubes/models/preset.py similarity index 100% rename from ubuntu_smoother/models/preset.py rename to sugar_cubes/models/preset.py diff --git a/ubuntu_smoother/ubuntu-smoother-processor.in b/sugar_cubes/ubuntu-smoother-processor.in similarity index 100% rename from ubuntu_smoother/ubuntu-smoother-processor.in rename to sugar_cubes/ubuntu-smoother-processor.in diff --git a/ubuntu_smoother/ubuntu-smoother.gresource.xml b/sugar_cubes/ubuntu-smoother.gresource.xml similarity index 100% rename from ubuntu_smoother/ubuntu-smoother.gresource.xml rename to sugar_cubes/ubuntu-smoother.gresource.xml diff --git a/ubuntu_smoother/ubuntu-smoother.in b/sugar_cubes/ubuntu-smoother.in similarity index 100% rename from ubuntu_smoother/ubuntu-smoother.in rename to sugar_cubes/ubuntu-smoother.in diff --git a/ubuntu_smoother/utils/__init__.py b/sugar_cubes/utils/__init__.py similarity index 100% rename from ubuntu_smoother/utils/__init__.py rename to sugar_cubes/utils/__init__.py diff --git a/ubuntu_smoother/utils/apt.py b/sugar_cubes/utils/apt.py similarity index 100% rename from ubuntu_smoother/utils/apt.py rename to sugar_cubes/utils/apt.py diff --git a/ubuntu_smoother/utils/checks.py b/sugar_cubes/utils/checks.py similarity index 100% rename from ubuntu_smoother/utils/checks.py rename to sugar_cubes/utils/checks.py diff --git a/ubuntu_smoother/utils/configurator.py b/sugar_cubes/utils/configurator.py similarity index 100% rename from ubuntu_smoother/utils/configurator.py rename to sugar_cubes/utils/configurator.py diff --git a/ubuntu_smoother/utils/flatpak.py b/sugar_cubes/utils/flatpak.py similarity index 100% rename from ubuntu_smoother/utils/flatpak.py rename to sugar_cubes/utils/flatpak.py diff --git a/ubuntu_smoother/utils/meson.build b/sugar_cubes/utils/meson.build similarity index 100% rename from ubuntu_smoother/utils/meson.build rename to sugar_cubes/utils/meson.build diff --git a/ubuntu_smoother/utils/processor.py b/sugar_cubes/utils/processor.py similarity index 100% rename from ubuntu_smoother/utils/processor.py rename to sugar_cubes/utils/processor.py diff --git a/ubuntu_smoother/utils/run_async.py b/sugar_cubes/utils/run_async.py similarity index 100% rename from ubuntu_smoother/utils/run_async.py rename to sugar_cubes/utils/run_async.py diff --git a/ubuntu_smoother/utils/snap.py b/sugar_cubes/utils/snap.py similarity index 100% rename from ubuntu_smoother/utils/snap.py rename to sugar_cubes/utils/snap.py diff --git a/ubuntu_smoother/window.py b/sugar_cubes/window.py similarity index 100% rename from ubuntu_smoother/window.py rename to sugar_cubes/window.py