aboutsummaryrefslogtreecommitdiffstats
path: root/copy.sh
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2025-02-05 08:28:55 +0900
committerJaKooLit <ejhay.games@gmail.com>2025-02-05 08:28:55 +0900
commite5dc74881ce00eaba324d16f5d9412bab04fe857 (patch)
tree396460aaacb2dc4377a8e2c6e2b144841bf03b1c /copy.sh
parent6402105ae68639ad21021abb80133053b9dd1c67 (diff)
adjusted for ags since it is already optional to install
Diffstat (limited to 'copy.sh')
-rwxr-xr-xcopy.sh10
1 files changed, 6 insertions, 4 deletions
diff --git a/copy.sh b/copy.sh
index 85c13c51..154e2c96 100755
--- a/copy.sh
+++ b/copy.sh
@@ -195,7 +195,7 @@ ${MAGENTA} NOTE:${RESET}
esac
done
-printf "\n"
+printf "\n%.0s" {1..1}
# Check if asusctl is installed and add rog-control-center on Startup
if command -v asusctl >/dev/null 2>&1; then
@@ -207,12 +207,14 @@ if command -v blueman-applet >/dev/null 2>&1; then
sed -i '/exec-once = blueman-applet &/s/^#//' config/hypr/UserConfigs/Startup_Apps.conf
fi
-# Check if ags is installed and add ags on Startup
+# Check if ags is installed edit ags behaviour on configs
if command -v ags >/dev/null 2>&1; then
- sed -i '/exec-once = ags &/s/^#//' config/hypr/UserConfigs/Startup_Apps.conf
+ sed -i '/#exec-once = ags &/s/^#//' config/hypr/UserConfigs/Startup_Apps.conf
+ sed -i '/#ags -q && ags &/s/^#//' config/hypr/scripts/RefreshNoWaybar.sh
+ sed -i '/#ags -q && ags &/s/^#//' config/hypr/scripts/Refresh.sh
fi
-printf "\n"
+printf "\n%.0s" {1..1}
# Checking if neovim or vim is installed and offer user if they want to make as default editor
# Function to modify the ENVariables.conf file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage