Browse Source

updated wallpaper effects

pull/325/head
JaKooLit 2 years ago
parent
commit
d3c1f54782
  1. 4
      config/hypr/UserScripts/WallpaperEffects.sh

4
config/hypr/UserScripts/WallpaperEffects.sh

@ -59,10 +59,10 @@ no_effects() {
# Function to run rofi menu
main() {
# Populate rofi menu options
options="No Effects\n"
options="No Effects"
for effect in "${!effects[@]}"; do
if [ "$effect" != "No Effects" ]; then
options+="$effect\n"
options+="\n$effect"
fi
done

Loading…
Cancel
Save