From 068d55dd4bc0442ef6b7504f2946df854951ca81 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 10 Mar 2025 14:20:56 +0900 Subject: [PATCH] dropped pyprland --- CHANGELOGS.md | 3 +++ assets/hyprland-install/scripts/install-hyprland-git.sh | 1 - assets/hyprland-install/scripts/install-hyprland.sh | 1 - assets/hyprland-install/scripts/uninstall.sh | 3 +-- install-scripts/02-Final-Check.sh | 1 - install-scripts/hyprland.sh | 1 - 6 files changed, 4 insertions(+), 6 deletions(-) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 9189f60..886ace7 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -1,5 +1,8 @@ ## CHANGELOGS +## 10 March 2025 +- Dropped pyprland in favor of hyprland built in tool for a drop down like terminal and Desktop magnifier + ## 06 March 2025 - Switched to whiptail version for Y & N questions - switched eza to lsd diff --git a/assets/hyprland-install/scripts/install-hyprland-git.sh b/assets/hyprland-install/scripts/install-hyprland-git.sh index 14d249f..b7e3b3f 100755 --- a/assets/hyprland-install/scripts/install-hyprland-git.sh +++ b/assets/hyprland-install/scripts/install-hyprland-git.sh @@ -35,7 +35,6 @@ packages=( "hypridle-git" "xdg-desktop-portal-hyprland-git" "hyprpolkitagent-git" - "pyprland" ) # rotating stars progress diff --git a/assets/hyprland-install/scripts/install-hyprland.sh b/assets/hyprland-install/scripts/install-hyprland.sh index 8e64267..47024ff 100755 --- a/assets/hyprland-install/scripts/install-hyprland.sh +++ b/assets/hyprland-install/scripts/install-hyprland.sh @@ -35,7 +35,6 @@ packages=( "hypridle" "xdg-desktop-portal-hyprland" "hyprpolkitagent" - "pyprland" ) # rotating stars progress diff --git a/assets/hyprland-install/scripts/uninstall.sh b/assets/hyprland-install/scripts/uninstall.sh index 7a33395..d0003ee 100755 --- a/assets/hyprland-install/scripts/uninstall.sh +++ b/assets/hyprland-install/scripts/uninstall.sh @@ -44,8 +44,7 @@ packages=( "xdg-desktop-portal-hyprland" "xdg-desktop-portal-hyprland-git" "hyprpolkitagent" - "hyprpolkitagent-git" - "pyprland" + "hyprpolkitagent-git" ) # Function for uninstall packages diff --git a/install-scripts/02-Final-Check.sh b/install-scripts/02-Final-Check.sh index 6909bd6..5f818a2 100755 --- a/install-scripts/02-Final-Check.sh +++ b/install-scripts/02-Final-Check.sh @@ -18,7 +18,6 @@ packages=( hypridle hyprlock hyprland - pyprland ) # Local packages that should be in /usr/local/bin/ diff --git a/install-scripts/hyprland.sh b/install-scripts/hyprland.sh index 48cdda3..b58a508 100755 --- a/install-scripts/hyprland.sh +++ b/install-scripts/hyprland.sh @@ -6,7 +6,6 @@ hypr=( hyprland hypridle hyprlock - pyprland libspng )