aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/UserScripts
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2025-01-30 00:26:27 +0900
committerJaKooLit <ejhay.games@gmail.com>2025-01-30 00:26:37 +0900
commit54d363a9aec27a9bdd92f857ac2b2253c57a690f (patch)
tree417391d5fb148e89992d6e83ee665152cfda7165 /config/hypr/UserScripts
parent1d592f5c591de2d8f079e2018f611065169b2f4f (diff)
updated animations script and removed some animations
Diffstat (limited to 'config/hypr/UserScripts')
-rwxr-xr-xconfig/hypr/UserScripts/Animations.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/hypr/UserScripts/Animations.sh b/config/hypr/UserScripts/Animations.sh
index 02755a5e..71368bbe 100755
--- a/config/hypr/UserScripts/Animations.sh
+++ b/config/hypr/UserScripts/Animations.sh
@@ -17,7 +17,7 @@ UserConfigs="$HOME/.config/hypr/UserConfigs"
animations_list=$(find "$animations_dir" -maxdepth 1 -type f | sed 's/.*\///' | sed 's/\.conf$//')
# Rofi Menu
-chosen_file=$(echo "$animations_list" | rofi -i -dmenu -config ~/.config/rofi/config-rofi-Animations.rasi "Choose animation:")
+chosen_file=$(echo "$animations_list" | rofi -i -dmenu -config ~/.config/rofi/config-Animations.rasi "Choose animation:")
# Check if a file was selected
if [[ -n "$chosen_file" ]]; then
@@ -26,9 +26,9 @@ if [[ -n "$chosen_file" ]]; then
cp "$full_path" "$UserConfigs/UserAnimations.conf"
- notify-send -i "$iDIR/ja.png" "$chosen_file" "Animation Loaded"
+ notify-send -u low -i "$iDIR/ja.png" "$chosen_file" "Animation Loaded"
else
- notify-send -i "$iDIR/ja.png" "You chose to" "NOT apply other animations"
+ notify-send -u low -i "$iDIR/ja.png" "You chose to" "NOT apply other animations"
fi
sleep 1
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage