From a63dbee89358a9b106f20ddd1791a89b93d84eb8 Mon Sep 17 00:00:00 2001 From: The_miro Date: Fri, 28 Nov 2025 10:57:06 +0100 Subject: [PATCH] cleanup of deprecated components --- desktopenvs/hyprland/scripts/{ => deprecated}/batteryperc.old | 0 .../scripts/{ => deprecated}/hyprland-toggle-touchpad.sh.old | 0 .../hyprland/scripts/{ => deprecated}/screenrotationacw.sh.old | 0 .../hyprland/scripts/{ => deprecated}/screenrotationwcw.sh.old | 0 desktopenvs/hyprland/scripts/hyprland-toggle-touchpad.sh | 0 desktopenvs/hyprland/scripts/screenrotationacw.sh | 0 desktopenvs/hyprland/scripts/screenrotationwcw.sh | 0 desktopenvs/hyprland/scripts/unified-rotate.sh | 0 setup/arch-auto-install-new-cgpt.sh | 0 setup/{autoformat.sh => deprecated/autoformat.sh.old} | 0 setup/{chroot-install.sh => deprecated/chroot-install.sh.old} | 0 setup/{live-install.sh => deprecated/live-install.sh.old} | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename desktopenvs/hyprland/scripts/{ => deprecated}/batteryperc.old (100%) rename desktopenvs/hyprland/scripts/{ => deprecated}/hyprland-toggle-touchpad.sh.old (100%) rename desktopenvs/hyprland/scripts/{ => deprecated}/screenrotationacw.sh.old (100%) rename desktopenvs/hyprland/scripts/{ => deprecated}/screenrotationwcw.sh.old (100%) mode change 100644 => 100755 desktopenvs/hyprland/scripts/hyprland-toggle-touchpad.sh mode change 100644 => 100755 desktopenvs/hyprland/scripts/screenrotationacw.sh mode change 100644 => 100755 desktopenvs/hyprland/scripts/screenrotationwcw.sh mode change 100644 => 100755 desktopenvs/hyprland/scripts/unified-rotate.sh mode change 100644 => 100755 setup/arch-auto-install-new-cgpt.sh rename setup/{autoformat.sh => deprecated/autoformat.sh.old} (100%) rename setup/{chroot-install.sh => deprecated/chroot-install.sh.old} (100%) rename setup/{live-install.sh => deprecated/live-install.sh.old} (100%) diff --git a/desktopenvs/hyprland/scripts/batteryperc.old b/desktopenvs/hyprland/scripts/deprecated/batteryperc.old similarity index 100% rename from desktopenvs/hyprland/scripts/batteryperc.old rename to desktopenvs/hyprland/scripts/deprecated/batteryperc.old diff --git a/desktopenvs/hyprland/scripts/hyprland-toggle-touchpad.sh.old b/desktopenvs/hyprland/scripts/deprecated/hyprland-toggle-touchpad.sh.old similarity index 100% rename from desktopenvs/hyprland/scripts/hyprland-toggle-touchpad.sh.old rename to desktopenvs/hyprland/scripts/deprecated/hyprland-toggle-touchpad.sh.old diff --git a/desktopenvs/hyprland/scripts/screenrotationacw.sh.old b/desktopenvs/hyprland/scripts/deprecated/screenrotationacw.sh.old similarity index 100% rename from desktopenvs/hyprland/scripts/screenrotationacw.sh.old rename to desktopenvs/hyprland/scripts/deprecated/screenrotationacw.sh.old diff --git a/desktopenvs/hyprland/scripts/screenrotationwcw.sh.old b/desktopenvs/hyprland/scripts/deprecated/screenrotationwcw.sh.old similarity index 100% rename from desktopenvs/hyprland/scripts/screenrotationwcw.sh.old rename to desktopenvs/hyprland/scripts/deprecated/screenrotationwcw.sh.old diff --git a/desktopenvs/hyprland/scripts/hyprland-toggle-touchpad.sh b/desktopenvs/hyprland/scripts/hyprland-toggle-touchpad.sh old mode 100644 new mode 100755 diff --git a/desktopenvs/hyprland/scripts/screenrotationacw.sh b/desktopenvs/hyprland/scripts/screenrotationacw.sh old mode 100644 new mode 100755 diff --git a/desktopenvs/hyprland/scripts/screenrotationwcw.sh b/desktopenvs/hyprland/scripts/screenrotationwcw.sh old mode 100644 new mode 100755 diff --git a/desktopenvs/hyprland/scripts/unified-rotate.sh b/desktopenvs/hyprland/scripts/unified-rotate.sh old mode 100644 new mode 100755 diff --git a/setup/arch-auto-install-new-cgpt.sh b/setup/arch-auto-install-new-cgpt.sh old mode 100644 new mode 100755 diff --git a/setup/autoformat.sh b/setup/deprecated/autoformat.sh.old similarity index 100% rename from setup/autoformat.sh rename to setup/deprecated/autoformat.sh.old diff --git a/setup/chroot-install.sh b/setup/deprecated/chroot-install.sh.old similarity index 100% rename from setup/chroot-install.sh rename to setup/deprecated/chroot-install.sh.old diff --git a/setup/live-install.sh b/setup/deprecated/live-install.sh.old similarity index 100% rename from setup/live-install.sh rename to setup/deprecated/live-install.sh.old