Skip to content

Commit 56d85bf

Browse files
committed
Merge branch 'animations'
2 parents 93dbffe + e68fdd1 commit 56d85bf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Configs/.local/lib/hyde/animations.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,10 @@ fn_update() {
128128
# See https://wiki.hyprland.org/Configuring/Animations/
129129
# HyDE Controlled content // DO NOT EDIT
130130
# Edit or add animations in the ./hypr/animations/ directory
131-
# and run the 'animations.sh select' command to update this file
131+
# and run the 'animations.sh --select' command to update this file
132132
133133
\$ANIMATION=${current_animation}
134-
\$ANIMATION_PATH=~/.config/hypr/animations/${current_animation}.conf
135-
134+
\$ANIMATION_PATH=./animations/${current_animation}.conf
136135
EOF
137136
# cat "${animDir}/${current_animation}.conf" >>"${confDir}/hypr/animations.conf"
138137
}

0 commit comments

Comments
 (0)