From fe3ce930c59c8e3f0f491e305b6393da9106a0f8 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 22 Aug 2024 23:59:19 +0900 Subject: Animations and Decorations on a separate config. - Bump to 2.3.4 --- copy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'copy.sh') diff --git a/copy.sh b/copy.sh index d691c531..b1c5e67f 100755 --- a/copy.sh +++ b/copy.sh @@ -322,7 +322,7 @@ if [[ "$choice" =~ ^[Yy]$ ]]; then sed -i '/exec-once = \$UserScripts\/RainbowBorders.sh \&/s/^/#/' config/hypr/UserConfigs/Startup_Apps.conf # Comment out the line animation = borderangle, 1, 180, liner, loop - sed -i '/ animation = borderangle, 1, 180, liner, loop/s/^/#/' config/hypr/UserConfigs/UserSettings.conf + sed -i '/ animation = borderangle, 1, 180, liner, loop/s/^/#/' config/hypr/UserConfigs/UserDecorAnimations.conf echo "Rainbow borders is now disabled." 2>&1 | tee -a "$LOG" else -- cgit v1.2.3