aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/scripts
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2025-03-09 20:46:03 +0900
committerJaKooLit <ejhay.games@gmail.com>2025-03-09 20:46:03 +0900
commitd7194d37ad76ac3a1b67aa464d3689ec2d0fe20a (patch)
treede57a114ae53d67486c3993b1b23e849ca80516f /config/hypr/scripts
parentdad4db3f51f85c24793f8cd7c5be61ae3a1c8f3a (diff)
added gamemode on KooDotSettings-Menu
Diffstat (limited to 'config/hypr/scripts')
-rwxr-xr-xconfig/hypr/scripts/Kool_Quick_Settings.sh2
-rwxr-xr-xconfig/hypr/scripts/MonitorProfiles.sh3
2 files changed, 5 insertions, 0 deletions
diff --git a/config/hypr/scripts/Kool_Quick_Settings.sh b/config/hypr/scripts/Kool_Quick_Settings.sh
index a09bced6..b26f5beb 100755
--- a/config/hypr/scripts/Kool_Quick_Settings.sh
+++ b/config/hypr/scripts/Kool_Quick_Settings.sh
@@ -37,6 +37,7 @@ Choose Hyprland Animations
Choose Monitor Profiles
Choose Rofi Themes
Search for Keybinds
+Toggle Game Mode
EOF
}
@@ -71,6 +72,7 @@ main() {
"Choose Monitor Profiles") $scriptsDir/MonitorProfiles.sh ;;
"Choose Rofi Themes") $scriptsDir/RofiThemeSelector.sh ;;
"Search for Keybinds") $scriptsDir/KeyBinds.sh ;;
+ "Toggle Game Mode") $scriptsDir/GameMode.sh ;;
*) return ;; # Do nothing for invalid choices
esac
diff --git a/config/hypr/scripts/MonitorProfiles.sh b/config/hypr/scripts/MonitorProfiles.sh
index 6414e826..67316c09 100755
--- a/config/hypr/scripts/MonitorProfiles.sh
+++ b/config/hypr/scripts/MonitorProfiles.sh
@@ -37,3 +37,6 @@ if [[ -n "$chosen_file" ]]; then
notify-send -u low -i "$iDIR/ja.png" "$chosen_file" "Monitor Profile Loaded"
fi
+
+sleep 1
+${SCRIPTSDIR}/RefreshNoWaybar.sh & \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage