diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-08-22 23:59:19 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-08-22 23:59:19 +0900 |
| commit | fe3ce930c59c8e3f0f491e305b6393da9106a0f8 (patch) | |
| tree | ff1c7f938d8988d96db7d6f5117332192a01025d /copy.sh | |
| parent | f82516e99f2d060c0c1eca0eb20fb7bd78715269 (diff) | |
Animations and Decorations on a separate config. - Bump to 2.3.4
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
