From bc1f2b18d88403449ce72e637ecc183b1de06a70 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 17 Dec 2023 19:54:53 +0900 Subject: [PATCH] updated gamemode.sh --- config/hypr/scripts/GameMode.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/hypr/scripts/GameMode.sh b/config/hypr/scripts/GameMode.sh index fe3fed7..0e6f83a 100755 --- a/config/hypr/scripts/GameMode.sh +++ b/config/hypr/scripts/GameMode.sh @@ -19,9 +19,11 @@ if [ "$HYPRGAMEMODE" = 1 ] ; then exit else swww init && swww img "$HOME/.config/rofi/.current_wallpaper" + sleep 0.1 + ${SCRIPTSDIR}/PywalSwww.sh sleep 0.5 ${SCRIPTSDIR}/Refresh.sh - dunstify -u low -i "$dunst_notif" "gamemode disabled. All animations normal" + dunstify -u normal -i "$dunst_notif" "gamemode disabled. All animations normal" exit fi hyprctl reload