We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93dbffe + e68fdd1 commit 56d85bfCopy full SHA for 56d85bf
Configs/.local/lib/hyde/animations.sh
@@ -128,11 +128,10 @@ fn_update() {
128
# See https://wiki.hyprland.org/Configuring/Animations/
129
# HyDE Controlled content // DO NOT EDIT
130
# Edit or add animations in the ./hypr/animations/ directory
131
-# and run the 'animations.sh select' command to update this file
+# and run the 'animations.sh --select' command to update this file
132
133
\$ANIMATION=${current_animation}
134
-\$ANIMATION_PATH=~/.config/hypr/animations/${current_animation}.conf
135
-
+\$ANIMATION_PATH=./animations/${current_animation}.conf
136
EOF
137
# cat "${animDir}/${current_animation}.conf" >>"${confDir}/hypr/animations.conf"
138
}
0 commit comments