diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-19 14:32:09 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-19 14:32:18 +0900 |
| commit | 83a65154278606a226e7806a810bf973fc6cb80b (patch) | |
| tree | 92ee3e5d5ca1c2df5e678d9a874bacf732db2ac5 | |
| parent | ff218491931cc65ab34e58b68c7465dc820d92d1 (diff) | |
minor copy.sh update
| -rwxr-xr-x | copy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -439,7 +439,7 @@ if [[ "$border_choice" =~ ^[Yy]$ ]]; then mv config/hypr/UserScripts/RainbowBorders.sh config/hypr/UserScripts/RainbowBorders.bak.sh sed -i '/exec-once = \$UserScripts\/RainbowBorders.sh \&/s/^/#/' config/hypr/UserConfigs/Startup_Apps.conf - sed -i '/ animation = borderangle, 1, 180, liner, loop/s/^/#/' config/hypr/UserConfigs/UserAnimations.conf + sed -i '/^[[:space:]]*animation = borderangle, 1, 180, liner, loop/s/^/#/' config/hypr/UserConfigs/UserAnimations.conf echo "${OK} Rainbow borders is now disabled." 2>&1 | tee -a "$LOG" else |
