From 1bbe24ad5ee4aceef29aa3d5442096b6c2516904 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 17 Dec 2023 18:03:11 +0900 Subject: Bump to v2.2. Updated Gamemode nofication --- config/hypr/scripts/GameMode.sh | 4 ++-- config/hypr/v2.1.19 | 5 ----- config/hypr/v2.2 | 5 +++++ 3 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 config/hypr/v2.1.19 create mode 100644 config/hypr/v2.2 diff --git a/config/hypr/scripts/GameMode.sh b/config/hypr/scripts/GameMode.sh index 50aed7cf..579f3660 100755 --- a/config/hypr/scripts/GameMode.sh +++ b/config/hypr/scripts/GameMode.sh @@ -15,13 +15,13 @@ if [ "$HYPRGAMEMODE" = 1 ] ; then keyword general:border_size 1;\ keyword decoration:rounding 0" swww kill - dunstify -u low -i "$dunst_notif" "animations off" + dunstify -u low -i "$dunst_notif" "gamemode enabled. All animations off" exit else swww init && swww img "$HOME/.config/rofi/.current_wallpaper" sleep 0.5 ${SCRIPTSDIR}/RefreshNoWaybar.sh - dunstify -u low -i "$dunst_notif" "Animations turned on" + dunstify -u low -i "$dunst_notif" "gamemode disabled. All animations normal" exit fi hyprctl reload diff --git a/config/hypr/v2.1.19 b/config/hypr/v2.1.19 deleted file mode 100644 index 31b3414d..00000000 --- a/config/hypr/v2.1.19 +++ /dev/null @@ -1,5 +0,0 @@ -### https://github.com/JaKooLit ### -## https://github.com/JaKooLit/Hyprland-Dots -## This is to have a reference of which version would be - -## note that this will always be higher than the released versions \ No newline at end of file diff --git a/config/hypr/v2.2 b/config/hypr/v2.2 new file mode 100644 index 00000000..31b3414d --- /dev/null +++ b/config/hypr/v2.2 @@ -0,0 +1,5 @@ +### https://github.com/JaKooLit ### +## https://github.com/JaKooLit/Hyprland-Dots +## This is to have a reference of which version would be + +## note that this will always be higher than the released versions \ No newline at end of file -- cgit v1.2.3