diff --git a/libs/lib-core.sh b/libs/lib-core.sh index 85edc936..119e7bd4 100755 --- a/libs/lib-core.sh +++ b/libs/lib-core.sh @@ -58,11 +58,11 @@ SUDO_BIN="$(which sudo)" #------------Directories--------------# THEME_SRC_DIR="${REPO_DIR}/src" -DASH_TO_DOCK_SRC_DIR="${REPO_DIR}/src/other/dash-to-dock" +DASH_TO_DOCK_SRC_DIR="${REPO_DIR}/other/dash-to-dock" DASH_TO_DOCK_DIR_ROOT="/usr/share/gnome-shell/extensions/dash-to-dock@micxgx.gmail.com" DASH_TO_DOCK_DIR_HOME="${MY_HOME}/.local/share/gnome-shell/extensions/dash-to-dock@micxgx.gmail.com" GNOME_SHELL_EXTENSION_DIR="${MY_HOME}/.local/share/gnome-shell/extensions" -FIREFOX_SRC_DIR="${REPO_DIR}/src/other/firefox" +FIREFOX_SRC_DIR="${REPO_DIR}/other/firefox" FIREFOX_DIR_HOME="${MY_HOME}/.mozilla/firefox" FIREFOX_THEME_DIR="${MY_HOME}/.mozilla/firefox/firefox-themes" FIREFOX_FLATPAK_DIR_HOME="${MY_HOME}/.var/app/org.mozilla.firefox/.mozilla/firefox" @@ -89,7 +89,7 @@ POP_OS_GR_FILE="/usr/share/gnome-shell/theme/Pop/gnome-shell-theme.gresource" ZORIN_GR_FILE="/usr/share/gnome-shell/theme/ZorinBlue-Light/gnome-shell-theme.gresource" MISC_GR_FILE="/usr/share/gnome-shell/gnome-shell-theme.gresource" GS_GR_XML_FILE="${THEME_SRC_DIR}/main/gnome-shell/gnome-shell-theme.gresource.xml" -GDM_GR_XML_FILE="${THEME_SRC_DIR}/other/gdm/gnome-shell-theme.gresource.xml" +GDM_GR_XML_FILE="${REPO_DIR}/other/gdm/gnome-shell-theme.gresource.xml" #-------------Theme---------------# THEME_NAME="WhiteSur" diff --git a/libs/lib-install.sh b/libs/lib-install.sh index 3be4c970..af14ef93 100755 --- a/libs/lib-install.sh +++ b/libs/lib-install.sh @@ -354,7 +354,7 @@ install_beggy() { fi ;; *) - if [[ "${no_blur}" == "false" || "${darken}" == "false" ]]; then + if [[ "${no_blur}" == "false" || "${no_darken}" == "false" ]]; then install_beggy_deps prompt -i "Installed Custome $BLUR_INFO $DARK_INFO ${background} picture for background! \n" convert "${background}" ${CONVERT_OPT} "${WHITESUR_TMP_DIR}/beggy.png" @@ -513,7 +513,7 @@ install_theemy() { ( cd "${TARGET_DIR}/metacity-1" && ln -s "metacity-theme-1.xml" "metacity-theme-2.xml" ) mkdir -p "${TARGET_DIR}/plank" - cp -r "${THEME_SRC_DIR}/other/plank/theme${color}/"*".theme" "${TARGET_DIR}/plank" + cp -r "${REPO_DIR}/other/plank/theme${color}/"*".theme" "${TARGET_DIR}/plank" cp -r "${THEME_SRC_DIR}/assets/unity" "${TARGET_DIR}" } @@ -695,7 +695,7 @@ install_gdm_tmp() { local TARGET_DIR="${1}" mkdir -p "${TARGET_DIR}" - cp -r "${THEME_SRC_DIR}/other/gdm/theme" "${TARGET_DIR}" + cp -r "${REPO_DIR}/other/gdm/theme" "${TARGET_DIR}" cp -r "${WHITESUR_TMP_DIR}/beggy.png" "${TARGET_DIR}/theme/background.png" } diff --git a/src/other/dash-to-dock/_dash-to-dock-3.scss b/other/dash-to-dock/_dash-to-dock-3.scss similarity index 100% rename from src/other/dash-to-dock/_dash-to-dock-3.scss rename to other/dash-to-dock/_dash-to-dock-3.scss diff --git a/src/other/dash-to-dock/_dash-to-dock-4.scss b/other/dash-to-dock/_dash-to-dock-4.scss similarity index 100% rename from src/other/dash-to-dock/_dash-to-dock-4.scss rename to other/dash-to-dock/_dash-to-dock-4.scss diff --git a/src/other/dash-to-dock/stylesheet-3.scss b/other/dash-to-dock/stylesheet-3.scss similarity index 100% rename from src/other/dash-to-dock/stylesheet-3.scss rename to other/dash-to-dock/stylesheet-3.scss diff --git a/src/other/dash-to-dock/stylesheet-4.scss b/other/dash-to-dock/stylesheet-4.scss similarity index 100% rename from src/other/dash-to-dock/stylesheet-4.scss rename to other/dash-to-dock/stylesheet-4.scss diff --git a/src/other/firefox/Monterey/colors/dark-adaptive.css b/other/firefox/Monterey/colors/dark-adaptive.css similarity index 100% rename from src/other/firefox/Monterey/colors/dark-adaptive.css rename to other/firefox/Monterey/colors/dark-adaptive.css diff --git a/src/other/firefox/Monterey/colors/dark-nord.css b/other/firefox/Monterey/colors/dark-nord.css similarity index 100% rename from src/other/firefox/Monterey/colors/dark-nord.css rename to other/firefox/Monterey/colors/dark-nord.css diff --git a/src/other/firefox/Monterey/colors/dark.css b/other/firefox/Monterey/colors/dark.css similarity index 100% rename from src/other/firefox/Monterey/colors/dark.css rename to other/firefox/Monterey/colors/dark.css diff --git a/src/other/firefox/Monterey/colors/darker.css b/other/firefox/Monterey/colors/darker.css similarity index 100% rename from src/other/firefox/Monterey/colors/darker.css rename to other/firefox/Monterey/colors/darker.css diff --git a/src/other/firefox/Monterey/colors/light-adaptive.css b/other/firefox/Monterey/colors/light-adaptive.css similarity index 100% rename from src/other/firefox/Monterey/colors/light-adaptive.css rename to other/firefox/Monterey/colors/light-adaptive.css diff --git a/src/other/firefox/Monterey/colors/light-nord.css b/other/firefox/Monterey/colors/light-nord.css similarity index 100% rename from src/other/firefox/Monterey/colors/light-nord.css rename to other/firefox/Monterey/colors/light-nord.css diff --git a/src/other/firefox/Monterey/colors/light.css b/other/firefox/Monterey/colors/light.css similarity index 100% rename from src/other/firefox/Monterey/colors/light.css rename to other/firefox/Monterey/colors/light.css diff --git a/src/other/firefox/Monterey/left_header_button_3.css b/other/firefox/Monterey/left_header_button_3.css similarity index 100% rename from src/other/firefox/Monterey/left_header_button_3.css rename to other/firefox/Monterey/left_header_button_3.css diff --git a/src/other/firefox/Monterey/left_header_button_4.css b/other/firefox/Monterey/left_header_button_4.css similarity index 100% rename from src/other/firefox/Monterey/left_header_button_4.css rename to other/firefox/Monterey/left_header_button_4.css diff --git a/src/other/firefox/Monterey/left_header_button_5.css b/other/firefox/Monterey/left_header_button_5.css similarity index 100% rename from src/other/firefox/Monterey/left_header_button_5.css rename to other/firefox/Monterey/left_header_button_5.css diff --git a/src/other/firefox/Monterey/parts/headerbar-urlbar.css b/other/firefox/Monterey/parts/headerbar-urlbar.css similarity index 100% rename from src/other/firefox/Monterey/parts/headerbar-urlbar.css rename to other/firefox/Monterey/parts/headerbar-urlbar.css diff --git a/src/other/firefox/Monterey/parts/tabsbar-alt.css b/other/firefox/Monterey/parts/tabsbar-alt.css similarity index 100% rename from src/other/firefox/Monterey/parts/tabsbar-alt.css rename to other/firefox/Monterey/parts/tabsbar-alt.css diff --git a/src/other/firefox/Monterey/parts/tabsbar.css b/other/firefox/Monterey/parts/tabsbar.css similarity index 100% rename from src/other/firefox/Monterey/parts/tabsbar.css rename to other/firefox/Monterey/parts/tabsbar.css diff --git a/src/other/firefox/Monterey/parts/toolbox-alt.css b/other/firefox/Monterey/parts/toolbox-alt.css similarity index 100% rename from src/other/firefox/Monterey/parts/toolbox-alt.css rename to other/firefox/Monterey/parts/toolbox-alt.css diff --git a/src/other/firefox/Monterey/parts/toolbox.css b/other/firefox/Monterey/parts/toolbox.css similarity index 100% rename from src/other/firefox/Monterey/parts/toolbox.css rename to other/firefox/Monterey/parts/toolbox.css diff --git a/src/other/firefox/Monterey/right_header_button_3.css b/other/firefox/Monterey/right_header_button_3.css similarity index 100% rename from src/other/firefox/Monterey/right_header_button_3.css rename to other/firefox/Monterey/right_header_button_3.css diff --git a/src/other/firefox/Monterey/right_header_button_4.css b/other/firefox/Monterey/right_header_button_4.css similarity index 100% rename from src/other/firefox/Monterey/right_header_button_4.css rename to other/firefox/Monterey/right_header_button_4.css diff --git a/src/other/firefox/Monterey/right_header_button_5.css b/other/firefox/Monterey/right_header_button_5.css similarity index 100% rename from src/other/firefox/Monterey/right_header_button_5.css rename to other/firefox/Monterey/right_header_button_5.css diff --git a/src/other/firefox/Monterey/theme-adaptive.css b/other/firefox/Monterey/theme-adaptive.css similarity index 100% rename from src/other/firefox/Monterey/theme-adaptive.css rename to other/firefox/Monterey/theme-adaptive.css diff --git a/src/other/firefox/Monterey/theme-alt-adaptive.css b/other/firefox/Monterey/theme-alt-adaptive.css similarity index 100% rename from src/other/firefox/Monterey/theme-alt-adaptive.css rename to other/firefox/Monterey/theme-alt-adaptive.css diff --git a/src/other/firefox/Monterey/theme-alt-darker.css b/other/firefox/Monterey/theme-alt-darker.css similarity index 100% rename from src/other/firefox/Monterey/theme-alt-darker.css rename to other/firefox/Monterey/theme-alt-darker.css diff --git a/src/other/firefox/Monterey/theme-alt.css b/other/firefox/Monterey/theme-alt.css similarity index 100% rename from src/other/firefox/Monterey/theme-alt.css rename to other/firefox/Monterey/theme-alt.css diff --git a/src/other/firefox/Monterey/theme-darker.css b/other/firefox/Monterey/theme-darker.css similarity index 100% rename from src/other/firefox/Monterey/theme-darker.css rename to other/firefox/Monterey/theme-darker.css diff --git a/src/other/firefox/Monterey/theme.css b/other/firefox/Monterey/theme.css similarity index 100% rename from src/other/firefox/Monterey/theme.css rename to other/firefox/Monterey/theme.css diff --git a/src/other/firefox/README.md b/other/firefox/README.md similarity index 100% rename from src/other/firefox/README.md rename to other/firefox/README.md diff --git a/src/other/firefox/WhiteSur/colors/dark-adaptive.css b/other/firefox/WhiteSur/colors/dark-adaptive.css similarity index 100% rename from src/other/firefox/WhiteSur/colors/dark-adaptive.css rename to other/firefox/WhiteSur/colors/dark-adaptive.css diff --git a/src/other/firefox/WhiteSur/colors/dark-nord.css b/other/firefox/WhiteSur/colors/dark-nord.css similarity index 100% rename from src/other/firefox/WhiteSur/colors/dark-nord.css rename to other/firefox/WhiteSur/colors/dark-nord.css diff --git a/src/other/firefox/WhiteSur/colors/dark.css b/other/firefox/WhiteSur/colors/dark.css similarity index 100% rename from src/other/firefox/WhiteSur/colors/dark.css rename to other/firefox/WhiteSur/colors/dark.css diff --git a/src/other/firefox/WhiteSur/colors/darker.css b/other/firefox/WhiteSur/colors/darker.css similarity index 100% rename from src/other/firefox/WhiteSur/colors/darker.css rename to other/firefox/WhiteSur/colors/darker.css diff --git a/src/other/firefox/WhiteSur/colors/light-adaptive.css b/other/firefox/WhiteSur/colors/light-adaptive.css similarity index 100% rename from src/other/firefox/WhiteSur/colors/light-adaptive.css rename to other/firefox/WhiteSur/colors/light-adaptive.css diff --git a/src/other/firefox/WhiteSur/colors/light-nord.css b/other/firefox/WhiteSur/colors/light-nord.css similarity index 100% rename from src/other/firefox/WhiteSur/colors/light-nord.css rename to other/firefox/WhiteSur/colors/light-nord.css diff --git a/src/other/firefox/WhiteSur/colors/light.css b/other/firefox/WhiteSur/colors/light.css similarity index 100% rename from src/other/firefox/WhiteSur/colors/light.css rename to other/firefox/WhiteSur/colors/light.css diff --git a/src/other/firefox/WhiteSur/parts/headerbar-urlbar.css b/other/firefox/WhiteSur/parts/headerbar-urlbar.css similarity index 100% rename from src/other/firefox/WhiteSur/parts/headerbar-urlbar.css rename to other/firefox/WhiteSur/parts/headerbar-urlbar.css diff --git a/src/other/firefox/WhiteSur/parts/tabsbar-adaptive.css b/other/firefox/WhiteSur/parts/tabsbar-adaptive.css similarity index 100% rename from src/other/firefox/WhiteSur/parts/tabsbar-adaptive.css rename to other/firefox/WhiteSur/parts/tabsbar-adaptive.css diff --git a/src/other/firefox/WhiteSur/parts/tabsbar.css b/other/firefox/WhiteSur/parts/tabsbar.css similarity index 100% rename from src/other/firefox/WhiteSur/parts/tabsbar.css rename to other/firefox/WhiteSur/parts/tabsbar.css diff --git a/src/other/firefox/WhiteSur/parts/toolbox.css b/other/firefox/WhiteSur/parts/toolbox.css similarity index 100% rename from src/other/firefox/WhiteSur/parts/toolbox.css rename to other/firefox/WhiteSur/parts/toolbox.css diff --git a/src/other/firefox/WhiteSur/theme-adaptive.css b/other/firefox/WhiteSur/theme-adaptive.css similarity index 100% rename from src/other/firefox/WhiteSur/theme-adaptive.css rename to other/firefox/WhiteSur/theme-adaptive.css diff --git a/src/other/firefox/WhiteSur/theme-darker.css b/other/firefox/WhiteSur/theme-darker.css similarity index 100% rename from src/other/firefox/WhiteSur/theme-darker.css rename to other/firefox/WhiteSur/theme-darker.css diff --git a/src/other/firefox/WhiteSur/theme-nord.css b/other/firefox/WhiteSur/theme-nord.css similarity index 100% rename from src/other/firefox/WhiteSur/theme-nord.css rename to other/firefox/WhiteSur/theme-nord.css diff --git a/src/other/firefox/WhiteSur/theme.css b/other/firefox/WhiteSur/theme.css similarity index 100% rename from src/other/firefox/WhiteSur/theme.css rename to other/firefox/WhiteSur/theme.css diff --git a/src/other/firefox/common/drag-window-headerbar-buttons.css b/other/firefox/common/drag-window-headerbar-buttons.css similarity index 100% rename from src/other/firefox/common/drag-window-headerbar-buttons.css rename to other/firefox/common/drag-window-headerbar-buttons.css diff --git a/src/other/firefox/common/hide-single-tab.css b/other/firefox/common/hide-single-tab.css similarity index 100% rename from src/other/firefox/common/hide-single-tab.css rename to other/firefox/common/hide-single-tab.css diff --git a/src/other/firefox/common/hide-window-buttons.css b/other/firefox/common/hide-window-buttons.css similarity index 100% rename from src/other/firefox/common/hide-window-buttons.css rename to other/firefox/common/hide-window-buttons.css diff --git a/src/other/firefox/common/icons/application-x-addon-blocked-symbolic.svg b/other/firefox/common/icons/application-x-addon-blocked-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/application-x-addon-blocked-symbolic.svg rename to other/firefox/common/icons/application-x-addon-blocked-symbolic.svg diff --git a/src/other/firefox/common/icons/application-x-addon-symbolic.svg b/other/firefox/common/icons/application-x-addon-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/application-x-addon-symbolic.svg rename to other/firefox/common/icons/application-x-addon-symbolic.svg diff --git a/src/other/firefox/common/icons/applications-engineering-symbolic.svg b/other/firefox/common/icons/applications-engineering-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/applications-engineering-symbolic.svg rename to other/firefox/common/icons/applications-engineering-symbolic.svg diff --git a/src/other/firefox/common/icons/audio-muted-symbolic.svg b/other/firefox/common/icons/audio-muted-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/audio-muted-symbolic.svg rename to other/firefox/common/icons/audio-muted-symbolic.svg diff --git a/src/other/firefox/common/icons/audio-playing-symbolic.svg b/other/firefox/common/icons/audio-playing-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/audio-playing-symbolic.svg rename to other/firefox/common/icons/audio-playing-symbolic.svg diff --git a/src/other/firefox/common/icons/autoplay-media-blocked-symbolic.svg b/other/firefox/common/icons/autoplay-media-blocked-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/autoplay-media-blocked-symbolic.svg rename to other/firefox/common/icons/autoplay-media-blocked-symbolic.svg diff --git a/src/other/firefox/common/icons/autoplay-media-symbolic.svg b/other/firefox/common/icons/autoplay-media-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/autoplay-media-symbolic.svg rename to other/firefox/common/icons/autoplay-media-symbolic.svg diff --git a/src/other/firefox/common/icons/blocked-permission-symbolic.svg b/other/firefox/common/icons/blocked-permission-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/blocked-permission-symbolic.svg rename to other/firefox/common/icons/blocked-permission-symbolic.svg diff --git a/src/other/firefox/common/icons/bookmarks-symbolic.svg b/other/firefox/common/icons/bookmarks-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/bookmarks-symbolic.svg rename to other/firefox/common/icons/bookmarks-symbolic.svg diff --git a/src/other/firefox/common/icons/briefcase.svg b/other/firefox/common/icons/briefcase.svg similarity index 100% rename from src/other/firefox/common/icons/briefcase.svg rename to other/firefox/common/icons/briefcase.svg diff --git a/src/other/firefox/common/icons/bullet-symbolic.svg b/other/firefox/common/icons/bullet-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/bullet-symbolic.svg rename to other/firefox/common/icons/bullet-symbolic.svg diff --git a/src/other/firefox/common/icons/cart.svg b/other/firefox/common/icons/cart.svg similarity index 100% rename from src/other/firefox/common/icons/cart.svg rename to other/firefox/common/icons/cart.svg diff --git a/src/other/firefox/common/icons/character-symbolic.svg b/other/firefox/common/icons/character-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/character-symbolic.svg rename to other/firefox/common/icons/character-symbolic.svg diff --git a/src/other/firefox/common/icons/checkbox-checked-symbolic.svg b/other/firefox/common/icons/checkbox-checked-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/checkbox-checked-symbolic.svg rename to other/firefox/common/icons/checkbox-checked-symbolic.svg diff --git a/src/other/firefox/common/icons/checkbox-symbolic.svg b/other/firefox/common/icons/checkbox-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/checkbox-symbolic.svg rename to other/firefox/common/icons/checkbox-symbolic.svg diff --git a/src/other/firefox/common/icons/container-openin.svg b/other/firefox/common/icons/container-openin.svg similarity index 100% rename from src/other/firefox/common/icons/container-openin.svg rename to other/firefox/common/icons/container-openin.svg diff --git a/src/other/firefox/common/icons/dollar.svg b/other/firefox/common/icons/dollar.svg similarity index 100% rename from src/other/firefox/common/icons/dollar.svg rename to other/firefox/common/icons/dollar.svg diff --git a/src/other/firefox/common/icons/drm-symbolic.svg b/other/firefox/common/icons/drm-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/drm-symbolic.svg rename to other/firefox/common/icons/drm-symbolic.svg diff --git a/src/other/firefox/common/icons/edit-copy-symbolic.svg b/other/firefox/common/icons/edit-copy-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/edit-copy-symbolic.svg rename to other/firefox/common/icons/edit-copy-symbolic.svg diff --git a/src/other/firefox/common/icons/edit-cut-symbolic.svg b/other/firefox/common/icons/edit-cut-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/edit-cut-symbolic.svg rename to other/firefox/common/icons/edit-cut-symbolic.svg diff --git a/src/other/firefox/common/icons/edit-find-symbolic.svg b/other/firefox/common/icons/edit-find-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/edit-find-symbolic.svg rename to other/firefox/common/icons/edit-find-symbolic.svg diff --git a/src/other/firefox/common/icons/edit-paste-symbolic.svg b/other/firefox/common/icons/edit-paste-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/edit-paste-symbolic.svg rename to other/firefox/common/icons/edit-paste-symbolic.svg diff --git a/src/other/firefox/common/icons/fingerprint.svg b/other/firefox/common/icons/fingerprint.svg similarity index 100% rename from src/other/firefox/common/icons/fingerprint.svg rename to other/firefox/common/icons/fingerprint.svg diff --git a/src/other/firefox/common/icons/firefox-view.svg b/other/firefox/common/icons/firefox-view.svg similarity index 100% rename from src/other/firefox/common/icons/firefox-view.svg rename to other/firefox/common/icons/firefox-view.svg diff --git a/src/other/firefox/common/icons/folder-download-symbolic.svg b/other/firefox/common/icons/folder-download-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/folder-download-symbolic.svg rename to other/firefox/common/icons/folder-download-symbolic.svg diff --git a/src/other/firefox/common/icons/folder-locked-symbolic.svg b/other/firefox/common/icons/folder-locked-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/folder-locked-symbolic.svg rename to other/firefox/common/icons/folder-locked-symbolic.svg diff --git a/src/other/firefox/common/icons/folder-symbolic.svg b/other/firefox/common/icons/folder-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/folder-symbolic.svg rename to other/firefox/common/icons/folder-symbolic.svg diff --git a/src/other/firefox/common/icons/forget-history-symbolic.svg b/other/firefox/common/icons/forget-history-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/forget-history-symbolic.svg rename to other/firefox/common/icons/forget-history-symbolic.svg diff --git a/src/other/firefox/common/icons/geo.svg b/other/firefox/common/icons/geo.svg similarity index 100% rename from src/other/firefox/common/icons/geo.svg rename to other/firefox/common/icons/geo.svg diff --git a/src/other/firefox/common/icons/go-next-symbolic.svg b/other/firefox/common/icons/go-next-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/go-next-symbolic.svg rename to other/firefox/common/icons/go-next-symbolic.svg diff --git a/src/other/firefox/common/icons/go-previous-symbolic.svg b/other/firefox/common/icons/go-previous-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/go-previous-symbolic.svg rename to other/firefox/common/icons/go-previous-symbolic.svg diff --git a/src/other/firefox/common/icons/home.svg b/other/firefox/common/icons/home.svg similarity index 100% rename from src/other/firefox/common/icons/home.svg rename to other/firefox/common/icons/home.svg diff --git a/src/other/firefox/common/icons/icon.svg b/other/firefox/common/icons/icon.svg similarity index 100% rename from src/other/firefox/common/icons/icon.svg rename to other/firefox/common/icons/icon.svg diff --git a/src/other/firefox/common/icons/import-symbolic.svg b/other/firefox/common/icons/import-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/import-symbolic.svg rename to other/firefox/common/icons/import-symbolic.svg diff --git a/src/other/firefox/common/icons/info-symbolic.svg b/other/firefox/common/icons/info-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/info-symbolic.svg rename to other/firefox/common/icons/info-symbolic.svg diff --git a/src/other/firefox/common/icons/key-symbolic.svg b/other/firefox/common/icons/key-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/key-symbolic.svg rename to other/firefox/common/icons/key-symbolic.svg diff --git a/src/other/firefox/common/icons/library-symbolic.svg b/other/firefox/common/icons/library-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/library-symbolic.svg rename to other/firefox/common/icons/library-symbolic.svg diff --git a/src/other/firefox/common/icons/mail-unread-symbolic.svg b/other/firefox/common/icons/mail-unread-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/mail-unread-symbolic.svg rename to other/firefox/common/icons/mail-unread-symbolic.svg diff --git a/src/other/firefox/common/icons/microphone-symbolic.svg b/other/firefox/common/icons/microphone-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/microphone-symbolic.svg rename to other/firefox/common/icons/microphone-symbolic.svg diff --git a/src/other/firefox/common/icons/multi-account-container.svg b/other/firefox/common/icons/multi-account-container.svg similarity index 100% rename from src/other/firefox/common/icons/multi-account-container.svg rename to other/firefox/common/icons/multi-account-container.svg diff --git a/src/other/firefox/common/icons/network-workgroup-symbolic.svg b/other/firefox/common/icons/network-workgroup-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/network-workgroup-symbolic.svg rename to other/firefox/common/icons/network-workgroup-symbolic.svg diff --git a/src/other/firefox/common/icons/notification-symbolic.svg b/other/firefox/common/icons/notification-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/notification-symbolic.svg rename to other/firefox/common/icons/notification-symbolic.svg diff --git a/src/other/firefox/common/icons/open-folder-symbolic.svg b/other/firefox/common/icons/open-folder-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/open-folder-symbolic.svg rename to other/firefox/common/icons/open-folder-symbolic.svg diff --git a/src/other/firefox/common/icons/open-menu-symbolic.svg b/other/firefox/common/icons/open-menu-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/open-menu-symbolic.svg rename to other/firefox/common/icons/open-menu-symbolic.svg diff --git a/src/other/firefox/common/icons/page-action.svg b/other/firefox/common/icons/page-action.svg similarity index 100% rename from src/other/firefox/common/icons/page-action.svg rename to other/firefox/common/icons/page-action.svg diff --git a/src/other/firefox/common/icons/page-symbolic.svg b/other/firefox/common/icons/page-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/page-symbolic.svg rename to other/firefox/common/icons/page-symbolic.svg diff --git a/src/other/firefox/common/icons/pan-down-symbolic.svg b/other/firefox/common/icons/pan-down-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/pan-down-symbolic.svg rename to other/firefox/common/icons/pan-down-symbolic.svg diff --git a/src/other/firefox/common/icons/pan-end-symbolic.svg b/other/firefox/common/icons/pan-end-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/pan-end-symbolic.svg rename to other/firefox/common/icons/pan-end-symbolic.svg diff --git a/src/other/firefox/common/icons/pan-start-symbolic.svg b/other/firefox/common/icons/pan-start-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/pan-start-symbolic.svg rename to other/firefox/common/icons/pan-start-symbolic.svg diff --git a/src/other/firefox/common/icons/pan-up-symbolic.svg b/other/firefox/common/icons/pan-up-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/pan-up-symbolic.svg rename to other/firefox/common/icons/pan-up-symbolic.svg diff --git a/src/other/firefox/common/icons/permissions-granted.svg b/other/firefox/common/icons/permissions-granted.svg similarity index 100% rename from src/other/firefox/common/icons/permissions-granted.svg rename to other/firefox/common/icons/permissions-granted.svg diff --git a/src/other/firefox/common/icons/persistent-storage.svg b/other/firefox/common/icons/persistent-storage.svg similarity index 100% rename from src/other/firefox/common/icons/persistent-storage.svg rename to other/firefox/common/icons/persistent-storage.svg diff --git a/src/other/firefox/common/icons/picture-in-picture-open.svg b/other/firefox/common/icons/picture-in-picture-open.svg similarity index 100% rename from src/other/firefox/common/icons/picture-in-picture-open.svg rename to other/firefox/common/icons/picture-in-picture-open.svg diff --git a/src/other/firefox/common/icons/preferences-system-symbolic.svg b/other/firefox/common/icons/preferences-system-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/preferences-system-symbolic.svg rename to other/firefox/common/icons/preferences-system-symbolic.svg diff --git a/src/other/firefox/common/icons/preferences-system-time-symbolic.svg b/other/firefox/common/icons/preferences-system-time-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/preferences-system-time-symbolic.svg rename to other/firefox/common/icons/preferences-system-time-symbolic.svg diff --git a/src/other/firefox/common/icons/printer-symbolic.svg b/other/firefox/common/icons/printer-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/printer-symbolic.svg rename to other/firefox/common/icons/printer-symbolic.svg diff --git a/src/other/firefox/common/icons/process-stop-symbolic.svg b/other/firefox/common/icons/process-stop-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/process-stop-symbolic.svg rename to other/firefox/common/icons/process-stop-symbolic.svg diff --git a/src/other/firefox/common/icons/process-working-symbolic.svg b/other/firefox/common/icons/process-working-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/process-working-symbolic.svg rename to other/firefox/common/icons/process-working-symbolic.svg diff --git a/src/other/firefox/common/icons/radio-checked-symbolic.svg b/other/firefox/common/icons/radio-checked-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/radio-checked-symbolic.svg rename to other/firefox/common/icons/radio-checked-symbolic.svg diff --git a/src/other/firefox/common/icons/radio-symbolic.svg b/other/firefox/common/icons/radio-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/radio-symbolic.svg rename to other/firefox/common/icons/radio-symbolic.svg diff --git a/src/other/firefox/common/icons/reader-mode.svg b/other/firefox/common/icons/reader-mode.svg similarity index 100% rename from src/other/firefox/common/icons/reader-mode.svg rename to other/firefox/common/icons/reader-mode.svg diff --git a/src/other/firefox/common/icons/save-folder-symbolic.svg b/other/firefox/common/icons/save-folder-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/save-folder-symbolic.svg rename to other/firefox/common/icons/save-folder-symbolic.svg diff --git a/src/other/firefox/common/icons/save-to-pocket-open.svg b/other/firefox/common/icons/save-to-pocket-open.svg similarity index 100% rename from src/other/firefox/common/icons/save-to-pocket-open.svg rename to other/firefox/common/icons/save-to-pocket-open.svg diff --git a/src/other/firefox/common/icons/save-to-pocket.svg b/other/firefox/common/icons/save-to-pocket.svg similarity index 100% rename from src/other/firefox/common/icons/save-to-pocket.svg rename to other/firefox/common/icons/save-to-pocket.svg diff --git a/src/other/firefox/common/icons/screen-blocked-symbolic.svg b/other/firefox/common/icons/screen-blocked-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/screen-blocked-symbolic.svg rename to other/firefox/common/icons/screen-blocked-symbolic.svg diff --git a/src/other/firefox/common/icons/screen-symbolic.svg b/other/firefox/common/icons/screen-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/screen-symbolic.svg rename to other/firefox/common/icons/screen-symbolic.svg diff --git a/src/other/firefox/common/icons/screenshot-symbolic.svg b/other/firefox/common/icons/screenshot-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/screenshot-symbolic.svg rename to other/firefox/common/icons/screenshot-symbolic.svg diff --git a/src/other/firefox/common/icons/security-broken-symbolic.svg b/other/firefox/common/icons/security-broken-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/security-broken-symbolic.svg rename to other/firefox/common/icons/security-broken-symbolic.svg diff --git a/src/other/firefox/common/icons/security-warning-symbolic.svg b/other/firefox/common/icons/security-warning-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/security-warning-symbolic.svg rename to other/firefox/common/icons/security-warning-symbolic.svg diff --git a/src/other/firefox/common/icons/select-symbolic.svg b/other/firefox/common/icons/select-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/select-symbolic.svg rename to other/firefox/common/icons/select-symbolic.svg diff --git a/src/other/firefox/common/icons/side-view.svg b/other/firefox/common/icons/side-view.svg similarity index 100% rename from src/other/firefox/common/icons/side-view.svg rename to other/firefox/common/icons/side-view.svg diff --git a/src/other/firefox/common/icons/star-symbolic.svg b/other/firefox/common/icons/star-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/star-symbolic.svg rename to other/firefox/common/icons/star-symbolic.svg diff --git a/src/other/firefox/common/icons/starred-symbolic.svg b/other/firefox/common/icons/starred-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/starred-symbolic.svg rename to other/firefox/common/icons/starred-symbolic.svg diff --git a/src/other/firefox/common/icons/sync.svg b/other/firefox/common/icons/sync.svg similarity index 100% rename from src/other/firefox/common/icons/sync.svg rename to other/firefox/common/icons/sync.svg diff --git a/src/other/firefox/common/icons/system-users-symbolic.svg b/other/firefox/common/icons/system-users-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/system-users-symbolic.svg rename to other/firefox/common/icons/system-users-symbolic.svg diff --git a/src/other/firefox/common/icons/tab-audio-blocked-small.svg b/other/firefox/common/icons/tab-audio-blocked-small.svg similarity index 100% rename from src/other/firefox/common/icons/tab-audio-blocked-small.svg rename to other/firefox/common/icons/tab-audio-blocked-small.svg diff --git a/src/other/firefox/common/icons/tab-new-symbolic.svg b/other/firefox/common/icons/tab-new-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/tab-new-symbolic.svg rename to other/firefox/common/icons/tab-new-symbolic.svg diff --git a/src/other/firefox/common/icons/tab-sync-symbolic.svg b/other/firefox/common/icons/tab-sync-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/tab-sync-symbolic.svg rename to other/firefox/common/icons/tab-sync-symbolic.svg diff --git a/src/other/firefox/common/icons/toggle-right-sidebar-symbolic.svg b/other/firefox/common/icons/toggle-right-sidebar-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/toggle-right-sidebar-symbolic.svg rename to other/firefox/common/icons/toggle-right-sidebar-symbolic.svg diff --git a/src/other/firefox/common/icons/toggle-sidebar-symbolic.svg b/other/firefox/common/icons/toggle-sidebar-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/toggle-sidebar-symbolic.svg rename to other/firefox/common/icons/toggle-sidebar-symbolic.svg diff --git a/src/other/firefox/common/icons/tool-profiler.svg b/other/firefox/common/icons/tool-profiler.svg similarity index 100% rename from src/other/firefox/common/icons/tool-profiler.svg rename to other/firefox/common/icons/tool-profiler.svg diff --git a/src/other/firefox/common/icons/tracking-protection-animatable.svg b/other/firefox/common/icons/tracking-protection-animatable.svg similarity index 100% rename from src/other/firefox/common/icons/tracking-protection-animatable.svg rename to other/firefox/common/icons/tracking-protection-animatable.svg diff --git a/src/other/firefox/common/icons/tracking-protection.svg b/other/firefox/common/icons/tracking-protection.svg similarity index 100% rename from src/other/firefox/common/icons/tracking-protection.svg rename to other/firefox/common/icons/tracking-protection.svg diff --git a/src/other/firefox/common/icons/translations.svg b/other/firefox/common/icons/translations.svg similarity index 100% rename from src/other/firefox/common/icons/translations.svg rename to other/firefox/common/icons/translations.svg diff --git a/src/other/firefox/common/icons/universal-notepad-dark.svg b/other/firefox/common/icons/universal-notepad-dark.svg similarity index 100% rename from src/other/firefox/common/icons/universal-notepad-dark.svg rename to other/firefox/common/icons/universal-notepad-dark.svg diff --git a/src/other/firefox/common/icons/universal-notepad.svg b/other/firefox/common/icons/universal-notepad.svg similarity index 100% rename from src/other/firefox/common/icons/universal-notepad.svg rename to other/firefox/common/icons/universal-notepad.svg diff --git a/src/other/firefox/common/icons/user-home-symbolic.svg b/other/firefox/common/icons/user-home-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/user-home-symbolic.svg rename to other/firefox/common/icons/user-home-symbolic.svg diff --git a/src/other/firefox/common/icons/user-not-tracked.svg b/other/firefox/common/icons/user-not-tracked.svg similarity index 100% rename from src/other/firefox/common/icons/user-not-tracked.svg rename to other/firefox/common/icons/user-not-tracked.svg diff --git a/src/other/firefox/common/icons/view-fullscreen-symbolic.svg b/other/firefox/common/icons/view-fullscreen-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/view-fullscreen-symbolic.svg rename to other/firefox/common/icons/view-fullscreen-symbolic.svg diff --git a/src/other/firefox/common/icons/view-more-horizontal-symbolic.svg b/other/firefox/common/icons/view-more-horizontal-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/view-more-horizontal-symbolic.svg rename to other/firefox/common/icons/view-more-horizontal-symbolic.svg diff --git a/src/other/firefox/common/icons/view-refresh-symbolic.svg b/other/firefox/common/icons/view-refresh-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/view-refresh-symbolic.svg rename to other/firefox/common/icons/view-refresh-symbolic.svg diff --git a/src/other/firefox/common/icons/view-restore-symbolic.svg b/other/firefox/common/icons/view-restore-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/view-restore-symbolic.svg rename to other/firefox/common/icons/view-restore-symbolic.svg diff --git a/src/other/firefox/common/icons/window-close-symbolic.svg b/other/firefox/common/icons/window-close-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/window-close-symbolic.svg rename to other/firefox/common/icons/window-close-symbolic.svg diff --git a/src/other/firefox/common/icons/window-maximize-symbolic.svg b/other/firefox/common/icons/window-maximize-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/window-maximize-symbolic.svg rename to other/firefox/common/icons/window-maximize-symbolic.svg diff --git a/src/other/firefox/common/icons/window-minimize-symbolic.svg b/other/firefox/common/icons/window-minimize-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/window-minimize-symbolic.svg rename to other/firefox/common/icons/window-minimize-symbolic.svg diff --git a/src/other/firefox/common/icons/window-new-symbolic.svg b/other/firefox/common/icons/window-new-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/window-new-symbolic.svg rename to other/firefox/common/icons/window-new-symbolic.svg diff --git a/src/other/firefox/common/icons/window-restore-symbolic.svg b/other/firefox/common/icons/window-restore-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/window-restore-symbolic.svg rename to other/firefox/common/icons/window-restore-symbolic.svg diff --git a/src/other/firefox/common/icons/zoom-in-symbolic.svg b/other/firefox/common/icons/zoom-in-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/zoom-in-symbolic.svg rename to other/firefox/common/icons/zoom-in-symbolic.svg diff --git a/src/other/firefox/common/icons/zoom-out-symbolic.svg b/other/firefox/common/icons/zoom-out-symbolic.svg similarity index 100% rename from src/other/firefox/common/icons/zoom-out-symbolic.svg rename to other/firefox/common/icons/zoom-out-symbolic.svg diff --git a/src/other/firefox/common/left-tab-close-button.css b/other/firefox/common/left-tab-close-button.css similarity index 100% rename from src/other/firefox/common/left-tab-close-button.css rename to other/firefox/common/left-tab-close-button.css diff --git a/src/other/firefox/common/matching-autocomplete-width.css b/other/firefox/common/matching-autocomplete-width.css similarity index 100% rename from src/other/firefox/common/matching-autocomplete-width.css rename to other/firefox/common/matching-autocomplete-width.css diff --git a/src/other/firefox/common/pages/common.css b/other/firefox/common/pages/common.css similarity index 100% rename from src/other/firefox/common/pages/common.css rename to other/firefox/common/pages/common.css diff --git a/src/other/firefox/common/pages/newtab-adaptive.css b/other/firefox/common/pages/newtab-adaptive.css similarity index 100% rename from src/other/firefox/common/pages/newtab-adaptive.css rename to other/firefox/common/pages/newtab-adaptive.css diff --git a/src/other/firefox/common/pages/newtab.css b/other/firefox/common/pages/newtab.css similarity index 100% rename from src/other/firefox/common/pages/newtab.css rename to other/firefox/common/pages/newtab.css diff --git a/src/other/firefox/common/pages/privatebrowsing.css b/other/firefox/common/pages/privatebrowsing.css similarity index 100% rename from src/other/firefox/common/pages/privatebrowsing.css rename to other/firefox/common/pages/privatebrowsing.css diff --git a/src/other/firefox/common/pages/reader.css b/other/firefox/common/pages/reader.css similarity index 100% rename from src/other/firefox/common/pages/reader.css rename to other/firefox/common/pages/reader.css diff --git a/src/other/firefox/common/parts/buttons-fixes.css b/other/firefox/common/parts/buttons-fixes.css similarity index 100% rename from src/other/firefox/common/parts/buttons-fixes.css rename to other/firefox/common/parts/buttons-fixes.css diff --git a/src/other/firefox/common/parts/buttons.css b/other/firefox/common/parts/buttons.css similarity index 100% rename from src/other/firefox/common/parts/buttons.css rename to other/firefox/common/parts/buttons.css diff --git a/src/other/firefox/common/parts/controls.css b/other/firefox/common/parts/controls.css similarity index 100% rename from src/other/firefox/common/parts/controls.css rename to other/firefox/common/parts/controls.css diff --git a/src/other/firefox/common/parts/csd.css b/other/firefox/common/parts/csd.css similarity index 100% rename from src/other/firefox/common/parts/csd.css rename to other/firefox/common/parts/csd.css diff --git a/src/other/firefox/common/parts/dialogs.css b/other/firefox/common/parts/dialogs.css similarity index 100% rename from src/other/firefox/common/parts/dialogs.css rename to other/firefox/common/parts/dialogs.css diff --git a/src/other/firefox/common/parts/entries.css b/other/firefox/common/parts/entries.css similarity index 100% rename from src/other/firefox/common/parts/entries.css rename to other/firefox/common/parts/entries.css diff --git a/src/other/firefox/common/parts/findbar.css b/other/firefox/common/parts/findbar.css similarity index 100% rename from src/other/firefox/common/parts/findbar.css rename to other/firefox/common/parts/findbar.css diff --git a/src/other/firefox/common/parts/headerbar-private-urlbar.css b/other/firefox/common/parts/headerbar-private-urlbar.css similarity index 100% rename from src/other/firefox/common/parts/headerbar-private-urlbar.css rename to other/firefox/common/parts/headerbar-private-urlbar.css diff --git a/src/other/firefox/common/parts/headerbar.css b/other/firefox/common/parts/headerbar.css similarity index 100% rename from src/other/firefox/common/parts/headerbar.css rename to other/firefox/common/parts/headerbar.css diff --git a/src/other/firefox/common/parts/icons.css b/other/firefox/common/parts/icons.css similarity index 100% rename from src/other/firefox/common/parts/icons.css rename to other/firefox/common/parts/icons.css diff --git a/src/other/firefox/common/parts/infobar.css b/other/firefox/common/parts/infobar.css similarity index 100% rename from src/other/firefox/common/parts/infobar.css rename to other/firefox/common/parts/infobar.css diff --git a/src/other/firefox/common/parts/notification.css b/other/firefox/common/parts/notification.css similarity index 100% rename from src/other/firefox/common/parts/notification.css rename to other/firefox/common/parts/notification.css diff --git a/src/other/firefox/common/parts/popups-contents.css b/other/firefox/common/parts/popups-contents.css similarity index 100% rename from src/other/firefox/common/parts/popups-contents.css rename to other/firefox/common/parts/popups-contents.css diff --git a/src/other/firefox/common/parts/popups.css b/other/firefox/common/parts/popups.css similarity index 100% rename from src/other/firefox/common/parts/popups.css rename to other/firefox/common/parts/popups.css diff --git a/src/other/firefox/common/parts/remove-white-flash.css b/other/firefox/common/parts/remove-white-flash.css similarity index 100% rename from src/other/firefox/common/parts/remove-white-flash.css rename to other/firefox/common/parts/remove-white-flash.css diff --git a/src/other/firefox/common/parts/sidebar.css b/other/firefox/common/parts/sidebar.css similarity index 100% rename from src/other/firefox/common/parts/sidebar.css rename to other/firefox/common/parts/sidebar.css diff --git a/src/other/firefox/common/parts/titlebutton-dark-alt.css b/other/firefox/common/parts/titlebutton-dark-alt.css similarity index 100% rename from src/other/firefox/common/parts/titlebutton-dark-alt.css rename to other/firefox/common/parts/titlebutton-dark-alt.css diff --git a/src/other/firefox/common/parts/titlebutton-dark.css b/other/firefox/common/parts/titlebutton-dark.css similarity index 100% rename from src/other/firefox/common/parts/titlebutton-dark.css rename to other/firefox/common/parts/titlebutton-dark.css diff --git a/src/other/firefox/common/parts/titlebutton-light-alt.css b/other/firefox/common/parts/titlebutton-light-alt.css similarity index 100% rename from src/other/firefox/common/parts/titlebutton-light-alt.css rename to other/firefox/common/parts/titlebutton-light-alt.css diff --git a/src/other/firefox/common/parts/titlebutton-light.css b/other/firefox/common/parts/titlebutton-light.css similarity index 100% rename from src/other/firefox/common/parts/titlebutton-light.css rename to other/firefox/common/parts/titlebutton-light.css diff --git a/src/other/firefox/common/parts/video-player.css b/other/firefox/common/parts/video-player.css similarity index 100% rename from src/other/firefox/common/parts/video-player.css rename to other/firefox/common/parts/video-player.css diff --git a/src/other/firefox/common/rounded-window-maximized.css b/other/firefox/common/rounded-window-maximized.css similarity index 100% rename from src/other/firefox/common/rounded-window-maximized.css rename to other/firefox/common/rounded-window-maximized.css diff --git a/src/other/firefox/common/symbolic-tab-icons.css b/other/firefox/common/symbolic-tab-icons.css similarity index 100% rename from src/other/firefox/common/symbolic-tab-icons.css rename to other/firefox/common/symbolic-tab-icons.css diff --git a/src/other/firefox/common/system-icons.css b/other/firefox/common/system-icons.css similarity index 100% rename from src/other/firefox/common/system-icons.css rename to other/firefox/common/system-icons.css diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-backdrop-dark.svg b/other/firefox/common/titlebuttons-nord/titlebutton-backdrop-dark.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-backdrop-dark.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-backdrop-dark.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-backdrop.svg b/other/firefox/common/titlebuttons-nord/titlebutton-backdrop.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-backdrop.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-backdrop.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-close-active-alt.svg b/other/firefox/common/titlebuttons-nord/titlebutton-close-active-alt.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-close-active-alt.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-close-active-alt.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-close-active-dark-alt.svg b/other/firefox/common/titlebuttons-nord/titlebutton-close-active-dark-alt.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-close-active-dark-alt.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-close-active-dark-alt.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-close-active-dark.svg b/other/firefox/common/titlebuttons-nord/titlebutton-close-active-dark.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-close-active-dark.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-close-active-dark.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-close-active.svg b/other/firefox/common/titlebuttons-nord/titlebutton-close-active.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-close-active.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-close-active.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-close-backdrop-alt.svg b/other/firefox/common/titlebuttons-nord/titlebutton-close-backdrop-alt.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-close-backdrop-alt.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-close-backdrop-alt.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-close-backdrop-dark-alt.svg b/other/firefox/common/titlebuttons-nord/titlebutton-close-backdrop-dark-alt.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-close-backdrop-dark-alt.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-close-backdrop-dark-alt.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-close-backdrop-dark.svg b/other/firefox/common/titlebuttons-nord/titlebutton-close-backdrop-dark.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-close-backdrop-dark.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-close-backdrop-dark.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-close-backdrop.svg b/other/firefox/common/titlebuttons-nord/titlebutton-close-backdrop.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-close-backdrop.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-close-backdrop.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-close-dark.svg b/other/firefox/common/titlebuttons-nord/titlebutton-close-dark.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-close-dark.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-close-dark.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-close-hover-alt.svg b/other/firefox/common/titlebuttons-nord/titlebutton-close-hover-alt.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-close-hover-alt.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-close-hover-alt.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-close-hover-dark-alt.svg b/other/firefox/common/titlebuttons-nord/titlebutton-close-hover-dark-alt.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-close-hover-dark-alt.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-close-hover-dark-alt.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-close-hover-dark.svg b/other/firefox/common/titlebuttons-nord/titlebutton-close-hover-dark.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-close-hover-dark.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-close-hover-dark.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-close-hover.svg b/other/firefox/common/titlebuttons-nord/titlebutton-close-hover.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-close-hover.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-close-hover.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-close.svg b/other/firefox/common/titlebuttons-nord/titlebutton-close.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-close.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-close.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-active-alt.svg b/other/firefox/common/titlebuttons-nord/titlebutton-maximize-active-alt.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-active-alt.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-maximize-active-alt.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-active-dark-alt.svg b/other/firefox/common/titlebuttons-nord/titlebutton-maximize-active-dark-alt.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-active-dark-alt.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-maximize-active-dark-alt.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-active-dark.svg b/other/firefox/common/titlebuttons-nord/titlebutton-maximize-active-dark.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-active-dark.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-maximize-active-dark.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-active.svg b/other/firefox/common/titlebuttons-nord/titlebutton-maximize-active.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-active.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-maximize-active.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-backdrop-dark.svg b/other/firefox/common/titlebuttons-nord/titlebutton-maximize-backdrop-dark.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-backdrop-dark.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-maximize-backdrop-dark.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-backdrop.svg b/other/firefox/common/titlebuttons-nord/titlebutton-maximize-backdrop.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-backdrop.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-maximize-backdrop.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-dark.svg b/other/firefox/common/titlebuttons-nord/titlebutton-maximize-dark.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-dark.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-maximize-dark.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-hover-alt.svg b/other/firefox/common/titlebuttons-nord/titlebutton-maximize-hover-alt.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-hover-alt.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-maximize-hover-alt.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-hover-dark-alt.svg b/other/firefox/common/titlebuttons-nord/titlebutton-maximize-hover-dark-alt.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-hover-dark-alt.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-maximize-hover-dark-alt.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-hover-dark.svg b/other/firefox/common/titlebuttons-nord/titlebutton-maximize-hover-dark.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-hover-dark.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-maximize-hover-dark.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-hover.svg b/other/firefox/common/titlebuttons-nord/titlebutton-maximize-hover.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-hover.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-maximize-hover.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize.svg b/other/firefox/common/titlebuttons-nord/titlebutton-maximize.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-maximize.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-maximize.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-minimize-active-dark.svg b/other/firefox/common/titlebuttons-nord/titlebutton-minimize-active-dark.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-minimize-active-dark.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-minimize-active-dark.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-minimize-active.svg b/other/firefox/common/titlebuttons-nord/titlebutton-minimize-active.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-minimize-active.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-minimize-active.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-minimize-backdrop-dark.svg b/other/firefox/common/titlebuttons-nord/titlebutton-minimize-backdrop-dark.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-minimize-backdrop-dark.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-minimize-backdrop-dark.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-minimize-backdrop.svg b/other/firefox/common/titlebuttons-nord/titlebutton-minimize-backdrop.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-minimize-backdrop.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-minimize-backdrop.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-minimize-dark.svg b/other/firefox/common/titlebuttons-nord/titlebutton-minimize-dark.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-minimize-dark.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-minimize-dark.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-minimize-hover-dark.svg b/other/firefox/common/titlebuttons-nord/titlebutton-minimize-hover-dark.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-minimize-hover-dark.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-minimize-hover-dark.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-minimize-hover.svg b/other/firefox/common/titlebuttons-nord/titlebutton-minimize-hover.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-minimize-hover.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-minimize-hover.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-minimize.svg b/other/firefox/common/titlebuttons-nord/titlebutton-minimize.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-minimize.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-minimize.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-active-alt.svg b/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-active-alt.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-active-alt.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-active-alt.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-active-dark-alt.svg b/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-active-dark-alt.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-active-dark-alt.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-active-dark-alt.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-active-dark.svg b/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-active-dark.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-active-dark.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-active-dark.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-active.svg b/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-active.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-active.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-active.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-backdrop-dark.svg b/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-backdrop-dark.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-backdrop-dark.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-backdrop-dark.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-backdrop.svg b/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-backdrop.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-backdrop.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-backdrop.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-hover-alt.svg b/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-hover-alt.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-hover-alt.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-hover-alt.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-hover-dark-alt.svg b/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-hover-dark-alt.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-hover-dark-alt.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-hover-dark-alt.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-hover-dark.svg b/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-hover-dark.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-hover-dark.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-hover-dark.svg diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-hover.svg b/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-hover.svg similarity index 100% rename from src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-hover.svg rename to other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-hover.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-backdrop-dark.svg b/other/firefox/common/titlebuttons/titlebutton-backdrop-dark.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-backdrop-dark.svg rename to other/firefox/common/titlebuttons/titlebutton-backdrop-dark.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-backdrop.svg b/other/firefox/common/titlebuttons/titlebutton-backdrop.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-backdrop.svg rename to other/firefox/common/titlebuttons/titlebutton-backdrop.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-close-active-alt.svg b/other/firefox/common/titlebuttons/titlebutton-close-active-alt.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-close-active-alt.svg rename to other/firefox/common/titlebuttons/titlebutton-close-active-alt.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-close-active-dark-alt.svg b/other/firefox/common/titlebuttons/titlebutton-close-active-dark-alt.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-close-active-dark-alt.svg rename to other/firefox/common/titlebuttons/titlebutton-close-active-dark-alt.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-close-active-dark.svg b/other/firefox/common/titlebuttons/titlebutton-close-active-dark.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-close-active-dark.svg rename to other/firefox/common/titlebuttons/titlebutton-close-active-dark.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-close-active.svg b/other/firefox/common/titlebuttons/titlebutton-close-active.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-close-active.svg rename to other/firefox/common/titlebuttons/titlebutton-close-active.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-close-backdrop-alt.svg b/other/firefox/common/titlebuttons/titlebutton-close-backdrop-alt.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-close-backdrop-alt.svg rename to other/firefox/common/titlebuttons/titlebutton-close-backdrop-alt.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-close-backdrop-dark-alt.svg b/other/firefox/common/titlebuttons/titlebutton-close-backdrop-dark-alt.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-close-backdrop-dark-alt.svg rename to other/firefox/common/titlebuttons/titlebutton-close-backdrop-dark-alt.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-close-backdrop-dark.svg b/other/firefox/common/titlebuttons/titlebutton-close-backdrop-dark.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-close-backdrop-dark.svg rename to other/firefox/common/titlebuttons/titlebutton-close-backdrop-dark.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-close-backdrop.svg b/other/firefox/common/titlebuttons/titlebutton-close-backdrop.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-close-backdrop.svg rename to other/firefox/common/titlebuttons/titlebutton-close-backdrop.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-close-dark.svg b/other/firefox/common/titlebuttons/titlebutton-close-dark.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-close-dark.svg rename to other/firefox/common/titlebuttons/titlebutton-close-dark.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-close-hover-alt.svg b/other/firefox/common/titlebuttons/titlebutton-close-hover-alt.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-close-hover-alt.svg rename to other/firefox/common/titlebuttons/titlebutton-close-hover-alt.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-close-hover-dark-alt.svg b/other/firefox/common/titlebuttons/titlebutton-close-hover-dark-alt.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-close-hover-dark-alt.svg rename to other/firefox/common/titlebuttons/titlebutton-close-hover-dark-alt.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-close-hover-dark.svg b/other/firefox/common/titlebuttons/titlebutton-close-hover-dark.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-close-hover-dark.svg rename to other/firefox/common/titlebuttons/titlebutton-close-hover-dark.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-close-hover.svg b/other/firefox/common/titlebuttons/titlebutton-close-hover.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-close-hover.svg rename to other/firefox/common/titlebuttons/titlebutton-close-hover.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-close.svg b/other/firefox/common/titlebuttons/titlebutton-close.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-close.svg rename to other/firefox/common/titlebuttons/titlebutton-close.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-maximize-active-alt.svg b/other/firefox/common/titlebuttons/titlebutton-maximize-active-alt.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-maximize-active-alt.svg rename to other/firefox/common/titlebuttons/titlebutton-maximize-active-alt.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-maximize-active-dark-alt.svg b/other/firefox/common/titlebuttons/titlebutton-maximize-active-dark-alt.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-maximize-active-dark-alt.svg rename to other/firefox/common/titlebuttons/titlebutton-maximize-active-dark-alt.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-maximize-active-dark.svg b/other/firefox/common/titlebuttons/titlebutton-maximize-active-dark.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-maximize-active-dark.svg rename to other/firefox/common/titlebuttons/titlebutton-maximize-active-dark.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-maximize-active.svg b/other/firefox/common/titlebuttons/titlebutton-maximize-active.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-maximize-active.svg rename to other/firefox/common/titlebuttons/titlebutton-maximize-active.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-maximize-backdrop-dark.svg b/other/firefox/common/titlebuttons/titlebutton-maximize-backdrop-dark.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-maximize-backdrop-dark.svg rename to other/firefox/common/titlebuttons/titlebutton-maximize-backdrop-dark.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-maximize-backdrop.svg b/other/firefox/common/titlebuttons/titlebutton-maximize-backdrop.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-maximize-backdrop.svg rename to other/firefox/common/titlebuttons/titlebutton-maximize-backdrop.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-maximize-dark.svg b/other/firefox/common/titlebuttons/titlebutton-maximize-dark.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-maximize-dark.svg rename to other/firefox/common/titlebuttons/titlebutton-maximize-dark.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-maximize-hover-alt.svg b/other/firefox/common/titlebuttons/titlebutton-maximize-hover-alt.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-maximize-hover-alt.svg rename to other/firefox/common/titlebuttons/titlebutton-maximize-hover-alt.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-maximize-hover-dark-alt.svg b/other/firefox/common/titlebuttons/titlebutton-maximize-hover-dark-alt.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-maximize-hover-dark-alt.svg rename to other/firefox/common/titlebuttons/titlebutton-maximize-hover-dark-alt.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-maximize-hover-dark.svg b/other/firefox/common/titlebuttons/titlebutton-maximize-hover-dark.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-maximize-hover-dark.svg rename to other/firefox/common/titlebuttons/titlebutton-maximize-hover-dark.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-maximize-hover.svg b/other/firefox/common/titlebuttons/titlebutton-maximize-hover.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-maximize-hover.svg rename to other/firefox/common/titlebuttons/titlebutton-maximize-hover.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-maximize.svg b/other/firefox/common/titlebuttons/titlebutton-maximize.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-maximize.svg rename to other/firefox/common/titlebuttons/titlebutton-maximize.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-minimize-active-dark.svg b/other/firefox/common/titlebuttons/titlebutton-minimize-active-dark.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-minimize-active-dark.svg rename to other/firefox/common/titlebuttons/titlebutton-minimize-active-dark.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-minimize-active.svg b/other/firefox/common/titlebuttons/titlebutton-minimize-active.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-minimize-active.svg rename to other/firefox/common/titlebuttons/titlebutton-minimize-active.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-minimize-backdrop-dark.svg b/other/firefox/common/titlebuttons/titlebutton-minimize-backdrop-dark.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-minimize-backdrop-dark.svg rename to other/firefox/common/titlebuttons/titlebutton-minimize-backdrop-dark.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-minimize-backdrop.svg b/other/firefox/common/titlebuttons/titlebutton-minimize-backdrop.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-minimize-backdrop.svg rename to other/firefox/common/titlebuttons/titlebutton-minimize-backdrop.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-minimize-dark.svg b/other/firefox/common/titlebuttons/titlebutton-minimize-dark.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-minimize-dark.svg rename to other/firefox/common/titlebuttons/titlebutton-minimize-dark.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-minimize-hover-dark.svg b/other/firefox/common/titlebuttons/titlebutton-minimize-hover-dark.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-minimize-hover-dark.svg rename to other/firefox/common/titlebuttons/titlebutton-minimize-hover-dark.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-minimize-hover.svg b/other/firefox/common/titlebuttons/titlebutton-minimize-hover.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-minimize-hover.svg rename to other/firefox/common/titlebuttons/titlebutton-minimize-hover.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-minimize.svg b/other/firefox/common/titlebuttons/titlebutton-minimize.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-minimize.svg rename to other/firefox/common/titlebuttons/titlebutton-minimize.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-active-alt.svg b/other/firefox/common/titlebuttons/titlebutton-unmaximize-active-alt.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-unmaximize-active-alt.svg rename to other/firefox/common/titlebuttons/titlebutton-unmaximize-active-alt.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-active-dark-alt.svg b/other/firefox/common/titlebuttons/titlebutton-unmaximize-active-dark-alt.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-unmaximize-active-dark-alt.svg rename to other/firefox/common/titlebuttons/titlebutton-unmaximize-active-dark-alt.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-active-dark.svg b/other/firefox/common/titlebuttons/titlebutton-unmaximize-active-dark.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-unmaximize-active-dark.svg rename to other/firefox/common/titlebuttons/titlebutton-unmaximize-active-dark.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-active.svg b/other/firefox/common/titlebuttons/titlebutton-unmaximize-active.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-unmaximize-active.svg rename to other/firefox/common/titlebuttons/titlebutton-unmaximize-active.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-backdrop-dark.svg b/other/firefox/common/titlebuttons/titlebutton-unmaximize-backdrop-dark.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-unmaximize-backdrop-dark.svg rename to other/firefox/common/titlebuttons/titlebutton-unmaximize-backdrop-dark.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-backdrop.svg b/other/firefox/common/titlebuttons/titlebutton-unmaximize-backdrop.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-unmaximize-backdrop.svg rename to other/firefox/common/titlebuttons/titlebutton-unmaximize-backdrop.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-hover-alt.svg b/other/firefox/common/titlebuttons/titlebutton-unmaximize-hover-alt.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-unmaximize-hover-alt.svg rename to other/firefox/common/titlebuttons/titlebutton-unmaximize-hover-alt.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-hover-dark-alt.svg b/other/firefox/common/titlebuttons/titlebutton-unmaximize-hover-dark-alt.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-unmaximize-hover-dark-alt.svg rename to other/firefox/common/titlebuttons/titlebutton-unmaximize-hover-dark-alt.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-hover-dark.svg b/other/firefox/common/titlebuttons/titlebutton-unmaximize-hover-dark.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-unmaximize-hover-dark.svg rename to other/firefox/common/titlebuttons/titlebutton-unmaximize-hover-dark.svg diff --git a/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-hover.svg b/other/firefox/common/titlebuttons/titlebutton-unmaximize-hover.svg similarity index 100% rename from src/other/firefox/common/titlebuttons/titlebutton-unmaximize-hover.svg rename to other/firefox/common/titlebuttons/titlebutton-unmaximize-hover.svg diff --git a/src/other/firefox/customChrome.css b/other/firefox/customChrome.css similarity index 100% rename from src/other/firefox/customChrome.css rename to other/firefox/customChrome.css diff --git a/src/other/firefox/userChrome-Monterey-adaptive.css b/other/firefox/userChrome-Monterey-adaptive.css similarity index 100% rename from src/other/firefox/userChrome-Monterey-adaptive.css rename to other/firefox/userChrome-Monterey-adaptive.css diff --git a/src/other/firefox/userChrome-Monterey-alt-adaptive.css b/other/firefox/userChrome-Monterey-alt-adaptive.css similarity index 100% rename from src/other/firefox/userChrome-Monterey-alt-adaptive.css rename to other/firefox/userChrome-Monterey-alt-adaptive.css diff --git a/src/other/firefox/userChrome-Monterey-alt-darker.css b/other/firefox/userChrome-Monterey-alt-darker.css similarity index 100% rename from src/other/firefox/userChrome-Monterey-alt-darker.css rename to other/firefox/userChrome-Monterey-alt-darker.css diff --git a/src/other/firefox/userChrome-Monterey-alt.css b/other/firefox/userChrome-Monterey-alt.css similarity index 100% rename from src/other/firefox/userChrome-Monterey-alt.css rename to other/firefox/userChrome-Monterey-alt.css diff --git a/src/other/firefox/userChrome-Monterey-darker.css b/other/firefox/userChrome-Monterey-darker.css similarity index 100% rename from src/other/firefox/userChrome-Monterey-darker.css rename to other/firefox/userChrome-Monterey-darker.css diff --git a/src/other/firefox/userChrome-Monterey.css b/other/firefox/userChrome-Monterey.css similarity index 100% rename from src/other/firefox/userChrome-Monterey.css rename to other/firefox/userChrome-Monterey.css diff --git a/src/other/firefox/userChrome-WhiteSur-adaptive.css b/other/firefox/userChrome-WhiteSur-adaptive.css similarity index 100% rename from src/other/firefox/userChrome-WhiteSur-adaptive.css rename to other/firefox/userChrome-WhiteSur-adaptive.css diff --git a/src/other/firefox/userChrome-WhiteSur-darker.css b/other/firefox/userChrome-WhiteSur-darker.css similarity index 100% rename from src/other/firefox/userChrome-WhiteSur-darker.css rename to other/firefox/userChrome-WhiteSur-darker.css diff --git a/src/other/firefox/userChrome-WhiteSur-nord.css b/other/firefox/userChrome-WhiteSur-nord.css similarity index 100% rename from src/other/firefox/userChrome-WhiteSur-nord.css rename to other/firefox/userChrome-WhiteSur-nord.css diff --git a/src/other/firefox/userChrome-WhiteSur.css b/other/firefox/userChrome-WhiteSur.css similarity index 100% rename from src/other/firefox/userChrome-WhiteSur.css rename to other/firefox/userChrome-WhiteSur.css diff --git a/src/other/firefox/userContent-Monterey-adaptive.css b/other/firefox/userContent-Monterey-adaptive.css similarity index 100% rename from src/other/firefox/userContent-Monterey-adaptive.css rename to other/firefox/userContent-Monterey-adaptive.css diff --git a/src/other/firefox/userContent-Monterey-darker.css b/other/firefox/userContent-Monterey-darker.css similarity index 100% rename from src/other/firefox/userContent-Monterey-darker.css rename to other/firefox/userContent-Monterey-darker.css diff --git a/src/other/firefox/userContent-Monterey.css b/other/firefox/userContent-Monterey.css similarity index 100% rename from src/other/firefox/userContent-Monterey.css rename to other/firefox/userContent-Monterey.css diff --git a/src/other/firefox/userContent-WhiteSur-adaptive.css b/other/firefox/userContent-WhiteSur-adaptive.css similarity index 100% rename from src/other/firefox/userContent-WhiteSur-adaptive.css rename to other/firefox/userContent-WhiteSur-adaptive.css diff --git a/src/other/firefox/userContent-WhiteSur-darker.css b/other/firefox/userContent-WhiteSur-darker.css similarity index 100% rename from src/other/firefox/userContent-WhiteSur-darker.css rename to other/firefox/userContent-WhiteSur-darker.css diff --git a/src/other/firefox/userContent-WhiteSur-nord.css b/other/firefox/userContent-WhiteSur-nord.css similarity index 100% rename from src/other/firefox/userContent-WhiteSur-nord.css rename to other/firefox/userContent-WhiteSur-nord.css diff --git a/src/other/firefox/userContent-WhiteSur.css b/other/firefox/userContent-WhiteSur.css similarity index 100% rename from src/other/firefox/userContent-WhiteSur.css rename to other/firefox/userContent-WhiteSur.css diff --git a/src/other/gdm/gnome-shell-dark.scss b/other/gdm/gnome-shell-dark.scss similarity index 100% rename from src/other/gdm/gnome-shell-dark.scss rename to other/gdm/gnome-shell-dark.scss diff --git a/src/other/gdm/gnome-shell-high-contrast.scss b/other/gdm/gnome-shell-high-contrast.scss similarity index 100% rename from src/other/gdm/gnome-shell-high-contrast.scss rename to other/gdm/gnome-shell-high-contrast.scss diff --git a/src/other/gdm/gnome-shell-light.scss b/other/gdm/gnome-shell-light.scss similarity index 100% rename from src/other/gdm/gnome-shell-light.scss rename to other/gdm/gnome-shell-light.scss diff --git a/src/other/gdm/gnome-shell-sass/_colors.scss b/other/gdm/gnome-shell-sass/_colors.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/_colors.scss rename to other/gdm/gnome-shell-sass/_colors.scss diff --git a/src/other/gdm/gnome-shell-sass/_common.scss b/other/gdm/gnome-shell-sass/_common.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/_common.scss rename to other/gdm/gnome-shell-sass/_common.scss diff --git a/src/other/gdm/gnome-shell-sass/_default-colors.scss b/other/gdm/gnome-shell-sass/_default-colors.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/_default-colors.scss rename to other/gdm/gnome-shell-sass/_default-colors.scss diff --git a/src/other/gdm/gnome-shell-sass/_drawing.scss b/other/gdm/gnome-shell-sass/_drawing.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/_drawing.scss rename to other/gdm/gnome-shell-sass/_drawing.scss diff --git a/src/other/gdm/gnome-shell-sass/_high-contrast-colors.scss b/other/gdm/gnome-shell-sass/_high-contrast-colors.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/_high-contrast-colors.scss rename to other/gdm/gnome-shell-sass/_high-contrast-colors.scss diff --git a/src/other/gdm/gnome-shell-sass/_palette.scss b/other/gdm/gnome-shell-sass/_palette.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/_palette.scss rename to other/gdm/gnome-shell-sass/_palette.scss diff --git a/src/other/gdm/gnome-shell-sass/_widgets.scss b/other/gdm/gnome-shell-sass/_widgets.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/_widgets.scss rename to other/gdm/gnome-shell-sass/_widgets.scss diff --git a/src/other/gdm/gnome-shell-sass/widgets/_a11y.scss b/other/gdm/gnome-shell-sass/widgets/_a11y.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/widgets/_a11y.scss rename to other/gdm/gnome-shell-sass/widgets/_a11y.scss diff --git a/src/other/gdm/gnome-shell-sass/widgets/_app-grid.scss b/other/gdm/gnome-shell-sass/widgets/_app-grid.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/widgets/_app-grid.scss rename to other/gdm/gnome-shell-sass/widgets/_app-grid.scss diff --git a/src/other/gdm/gnome-shell-sass/widgets/_base.scss b/other/gdm/gnome-shell-sass/widgets/_base.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/widgets/_base.scss rename to other/gdm/gnome-shell-sass/widgets/_base.scss diff --git a/src/other/gdm/gnome-shell-sass/widgets/_buttons.scss b/other/gdm/gnome-shell-sass/widgets/_buttons.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/widgets/_buttons.scss rename to other/gdm/gnome-shell-sass/widgets/_buttons.scss diff --git a/src/other/gdm/gnome-shell-sass/widgets/_calendar.scss b/other/gdm/gnome-shell-sass/widgets/_calendar.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/widgets/_calendar.scss rename to other/gdm/gnome-shell-sass/widgets/_calendar.scss diff --git a/src/other/gdm/gnome-shell-sass/widgets/_check-box.scss b/other/gdm/gnome-shell-sass/widgets/_check-box.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/widgets/_check-box.scss rename to other/gdm/gnome-shell-sass/widgets/_check-box.scss diff --git a/src/other/gdm/gnome-shell-sass/widgets/_corner-ripple.scss b/other/gdm/gnome-shell-sass/widgets/_corner-ripple.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/widgets/_corner-ripple.scss rename to other/gdm/gnome-shell-sass/widgets/_corner-ripple.scss diff --git a/src/other/gdm/gnome-shell-sass/widgets/_dash.scss b/other/gdm/gnome-shell-sass/widgets/_dash.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/widgets/_dash.scss rename to other/gdm/gnome-shell-sass/widgets/_dash.scss diff --git a/src/other/gdm/gnome-shell-sass/widgets/_dialogs.scss b/other/gdm/gnome-shell-sass/widgets/_dialogs.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/widgets/_dialogs.scss rename to other/gdm/gnome-shell-sass/widgets/_dialogs.scss diff --git a/src/other/gdm/gnome-shell-sass/widgets/_entries.scss b/other/gdm/gnome-shell-sass/widgets/_entries.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/widgets/_entries.scss rename to other/gdm/gnome-shell-sass/widgets/_entries.scss diff --git a/src/other/gdm/gnome-shell-sass/widgets/_ibus-popup.scss b/other/gdm/gnome-shell-sass/widgets/_ibus-popup.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/widgets/_ibus-popup.scss rename to other/gdm/gnome-shell-sass/widgets/_ibus-popup.scss diff --git a/src/other/gdm/gnome-shell-sass/widgets/_keyboard.scss b/other/gdm/gnome-shell-sass/widgets/_keyboard.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/widgets/_keyboard.scss rename to other/gdm/gnome-shell-sass/widgets/_keyboard.scss diff --git a/src/other/gdm/gnome-shell-sass/widgets/_login-lock.scss b/other/gdm/gnome-shell-sass/widgets/_login-lock.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/widgets/_login-lock.scss rename to other/gdm/gnome-shell-sass/widgets/_login-lock.scss diff --git a/src/other/gdm/gnome-shell-sass/widgets/_looking-glass.scss b/other/gdm/gnome-shell-sass/widgets/_looking-glass.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/widgets/_looking-glass.scss rename to other/gdm/gnome-shell-sass/widgets/_looking-glass.scss diff --git a/src/other/gdm/gnome-shell-sass/widgets/_message-list.scss b/other/gdm/gnome-shell-sass/widgets/_message-list.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/widgets/_message-list.scss rename to other/gdm/gnome-shell-sass/widgets/_message-list.scss diff --git a/src/other/gdm/gnome-shell-sass/widgets/_misc.scss b/other/gdm/gnome-shell-sass/widgets/_misc.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/widgets/_misc.scss rename to other/gdm/gnome-shell-sass/widgets/_misc.scss diff --git a/src/other/gdm/gnome-shell-sass/widgets/_notifications.scss b/other/gdm/gnome-shell-sass/widgets/_notifications.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/widgets/_notifications.scss rename to other/gdm/gnome-shell-sass/widgets/_notifications.scss diff --git a/src/other/gdm/gnome-shell-sass/widgets/_osd.scss b/other/gdm/gnome-shell-sass/widgets/_osd.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/widgets/_osd.scss rename to other/gdm/gnome-shell-sass/widgets/_osd.scss diff --git a/src/other/gdm/gnome-shell-sass/widgets/_overview.scss b/other/gdm/gnome-shell-sass/widgets/_overview.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/widgets/_overview.scss rename to other/gdm/gnome-shell-sass/widgets/_overview.scss diff --git a/src/other/gdm/gnome-shell-sass/widgets/_panel.scss b/other/gdm/gnome-shell-sass/widgets/_panel.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/widgets/_panel.scss rename to other/gdm/gnome-shell-sass/widgets/_panel.scss diff --git a/src/other/gdm/gnome-shell-sass/widgets/_popovers.scss b/other/gdm/gnome-shell-sass/widgets/_popovers.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/widgets/_popovers.scss rename to other/gdm/gnome-shell-sass/widgets/_popovers.scss diff --git a/src/other/gdm/gnome-shell-sass/widgets/_quick-settings.scss b/other/gdm/gnome-shell-sass/widgets/_quick-settings.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/widgets/_quick-settings.scss rename to other/gdm/gnome-shell-sass/widgets/_quick-settings.scss diff --git a/src/other/gdm/gnome-shell-sass/widgets/_screenshot.scss b/other/gdm/gnome-shell-sass/widgets/_screenshot.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/widgets/_screenshot.scss rename to other/gdm/gnome-shell-sass/widgets/_screenshot.scss diff --git a/src/other/gdm/gnome-shell-sass/widgets/_scrollbars.scss b/other/gdm/gnome-shell-sass/widgets/_scrollbars.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/widgets/_scrollbars.scss rename to other/gdm/gnome-shell-sass/widgets/_scrollbars.scss diff --git a/src/other/gdm/gnome-shell-sass/widgets/_search-entry.scss b/other/gdm/gnome-shell-sass/widgets/_search-entry.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/widgets/_search-entry.scss rename to other/gdm/gnome-shell-sass/widgets/_search-entry.scss diff --git a/src/other/gdm/gnome-shell-sass/widgets/_search-results.scss b/other/gdm/gnome-shell-sass/widgets/_search-results.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/widgets/_search-results.scss rename to other/gdm/gnome-shell-sass/widgets/_search-results.scss diff --git a/src/other/gdm/gnome-shell-sass/widgets/_slider.scss b/other/gdm/gnome-shell-sass/widgets/_slider.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/widgets/_slider.scss rename to other/gdm/gnome-shell-sass/widgets/_slider.scss diff --git a/src/other/gdm/gnome-shell-sass/widgets/_switcher-popup.scss b/other/gdm/gnome-shell-sass/widgets/_switcher-popup.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/widgets/_switcher-popup.scss rename to other/gdm/gnome-shell-sass/widgets/_switcher-popup.scss diff --git a/src/other/gdm/gnome-shell-sass/widgets/_switches.scss b/other/gdm/gnome-shell-sass/widgets/_switches.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/widgets/_switches.scss rename to other/gdm/gnome-shell-sass/widgets/_switches.scss diff --git a/src/other/gdm/gnome-shell-sass/widgets/_window-picker.scss b/other/gdm/gnome-shell-sass/widgets/_window-picker.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/widgets/_window-picker.scss rename to other/gdm/gnome-shell-sass/widgets/_window-picker.scss diff --git a/src/other/gdm/gnome-shell-sass/widgets/_workspace-switcher.scss b/other/gdm/gnome-shell-sass/widgets/_workspace-switcher.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/widgets/_workspace-switcher.scss rename to other/gdm/gnome-shell-sass/widgets/_workspace-switcher.scss diff --git a/src/other/gdm/gnome-shell-sass/widgets/_workspace-thumbnails.scss b/other/gdm/gnome-shell-sass/widgets/_workspace-thumbnails.scss similarity index 100% rename from src/other/gdm/gnome-shell-sass/widgets/_workspace-thumbnails.scss rename to other/gdm/gnome-shell-sass/widgets/_workspace-thumbnails.scss diff --git a/src/other/gdm/gnome-shell-theme.gresource b/other/gdm/gnome-shell-theme.gresource similarity index 100% rename from src/other/gdm/gnome-shell-theme.gresource rename to other/gdm/gnome-shell-theme.gresource diff --git a/src/other/gdm/gnome-shell-theme.gresource.xml b/other/gdm/gnome-shell-theme.gresource.xml similarity index 100% rename from src/other/gdm/gnome-shell-theme.gresource.xml rename to other/gdm/gnome-shell-theme.gresource.xml diff --git a/other/gdm/install.sh b/other/gdm/install.sh new file mode 100755 index 00000000..3a04e285 --- /dev/null +++ b/other/gdm/install.sh @@ -0,0 +1,22 @@ +#! /usr/bin/env bash + +GR_FILE="/usr/share/gnome-shell/gnome-shell-theme.gresource" + +backup_file() { + if [[ -f "${1}.bak" || -d "${1}.bak" ]]; then + rm -rf "${1}" + fi + + if [[ -f "${1}" || -d "${1}" ]]; then + mv -n "${1}"{"",".bak"} + fi +} + +./parse-sass.sh + +./make_gresource.sh + +backup_file "$GR_FILE" + +sudo cp -r gnome-shell-theme.gresource "$GR_FILE" + diff --git a/src/other/gdm/make_gresource.sh b/other/gdm/make_gresource.sh similarity index 100% rename from src/other/gdm/make_gresource.sh rename to other/gdm/make_gresource.sh diff --git a/src/other/gdm/parse-sass.sh b/other/gdm/parse-sass.sh similarity index 100% rename from src/other/gdm/parse-sass.sh rename to other/gdm/parse-sass.sh diff --git a/src/other/gdm/theme/background.png b/other/gdm/theme/background.png similarity index 100% rename from src/other/gdm/theme/background.png rename to other/gdm/theme/background.png diff --git a/src/other/gdm/theme/calendar-today-light.svg b/other/gdm/theme/calendar-today-light.svg similarity index 100% rename from src/other/gdm/theme/calendar-today-light.svg rename to other/gdm/theme/calendar-today-light.svg diff --git a/src/other/gdm/theme/calendar-today.svg b/other/gdm/theme/calendar-today.svg similarity index 100% rename from src/other/gdm/theme/calendar-today.svg rename to other/gdm/theme/calendar-today.svg diff --git a/src/other/gdm/theme/gnome-shell-dark.css b/other/gdm/theme/gnome-shell-dark.css similarity index 100% rename from src/other/gdm/theme/gnome-shell-dark.css rename to other/gdm/theme/gnome-shell-dark.css diff --git a/src/other/gdm/theme/gnome-shell-high-contrast.css b/other/gdm/theme/gnome-shell-high-contrast.css similarity index 100% rename from src/other/gdm/theme/gnome-shell-high-contrast.css rename to other/gdm/theme/gnome-shell-high-contrast.css diff --git a/src/other/gdm/theme/gnome-shell-light.css b/other/gdm/theme/gnome-shell-light.css similarity index 100% rename from src/other/gdm/theme/gnome-shell-light.css rename to other/gdm/theme/gnome-shell-light.css diff --git a/src/other/gdm/theme/gnome-shell-start.svg b/other/gdm/theme/gnome-shell-start.svg similarity index 100% rename from src/other/gdm/theme/gnome-shell-start.svg rename to other/gdm/theme/gnome-shell-start.svg diff --git a/src/other/gdm/theme/pad-osd.css b/other/gdm/theme/pad-osd.css similarity index 100% rename from src/other/gdm/theme/pad-osd.css rename to other/gdm/theme/pad-osd.css diff --git a/src/other/gdm/theme/workspace-placeholder.svg b/other/gdm/theme/workspace-placeholder.svg similarity index 100% rename from src/other/gdm/theme/workspace-placeholder.svg rename to other/gdm/theme/workspace-placeholder.svg diff --git a/src/other/plank/theme-Dark/dock.theme b/other/plank/theme-Dark/dock.theme similarity index 100% rename from src/other/plank/theme-Dark/dock.theme rename to other/plank/theme-Dark/dock.theme diff --git a/src/other/plank/theme-Light/dock.theme b/other/plank/theme-Light/dock.theme similarity index 100% rename from src/other/plank/theme-Light/dock.theme rename to other/plank/theme-Light/dock.theme diff --git a/src/other/gdm/install.sh b/src/other/gdm/install.sh deleted file mode 100755 index 8fc03254..00000000 --- a/src/other/gdm/install.sh +++ /dev/null @@ -1,8 +0,0 @@ -#! /usr/bin/env bash - -./parse-sass.sh - -./make_gresource.sh - -sudo cp -r gnome-shell-theme.gresource /usr/share/gnome-shell/gnome-shell-theme.gresource -