diff options
| author | JaKooLit <jimmielovejay.com> | 2023-12-17 19:54:53 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-12-17 19:55:00 +0900 |
| commit | bc1f2b18d88403449ce72e637ecc183b1de06a70 (patch) | |
| tree | 478f3c536cd079d5a4ef3c091d0c2b7e55e9b6ec /config | |
| parent | c8f54744c027fc48c7b34b8a1dafad2306e29136 (diff) | |
updated gamemode.sh
Diffstat (limited to 'config')
| -rwxr-xr-x | config/hypr/scripts/GameMode.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/hypr/scripts/GameMode.sh b/config/hypr/scripts/GameMode.sh index fe3fed78..0e6f83af 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 |
