From 049225f2f4625cf69b4be735aa3b7d1b48f48a81 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 30 Jan 2025 10:33:26 +0900 Subject: [PATCH] AGS (aylur's GTK shell) v1 for desktop overview is now optional --- CHANGELOGS.md | 3 +++ install.sh | 7 ++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 82b06a3..2209976 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -1,5 +1,8 @@ ## Changelogs +## 30 Jan 2025 +- AGS (aylur's GTK shell) v1 for desktop overview is now optional + ## 12 Jan 2025 - switch to final version of aylurs-gtk-shell-v1 diff --git a/install.sh b/install.sh index 7127642..ad856a3 100755 --- a/install.sh +++ b/install.sh @@ -156,6 +156,8 @@ ask_yes_no "-Do you want to configure Bluetooth?" bluetooth printf "\n" ask_yes_no "-Do you want to install Thunar file manager?" thunar printf "\n" +ask_yes_no "-Install AGS (aylur's gtk shell) v1 for Desktop Like Overview?" ags +printf "\n" ask_yes_no "-Install & configure SDDM log-in Manager plus (OPTIONAL) SDDM Theme?" sddm printf "\n" ask_yes_no "-Install XDG-DESKTOP-PORTAL-HYPRLAND? (For proper Screen Share ie OBS)" xdph @@ -212,7 +214,6 @@ execute_script "swww.sh" execute_script "rofi-wayland.sh" sleep 1 -execute_script "ags.sh" execute_script "hyprland.sh" execute_script "hyprlock.sh" execute_script "hypridle.sh" @@ -235,6 +236,10 @@ if [ "$thunar" == "Y" ]; then execute_script "thunar.sh" fi +if [ "$ags" == "Y" ]; then + execute_script "ags.sh" +fi + if [ "$sddm" == "Y" ]; then execute_script "sddm.sh" fi