aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/scripts
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2025-03-10 21:34:34 +0900
committerJaKooLit <ejhay.games@gmail.com>2025-03-10 21:34:34 +0900
commit2442a54c73554267c4d4f9d7a6ac262b872b3063 (patch)
tree708ffe88275e10d552d4b429a1fa2dbf66b561f2 /config/hypr/scripts
parent2412603e740dbf1a09bff0067347abb363118c15 (diff)
expanded KooL Settings Rofi menu - added Dark Light theme switcher
Diffstat (limited to 'config/hypr/scripts')
-rwxr-xr-xconfig/hypr/scripts/Kool_Quick_Settings.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/hypr/scripts/Kool_Quick_Settings.sh b/config/hypr/scripts/Kool_Quick_Settings.sh
index b26f5beb..95b305d9 100755
--- a/config/hypr/scripts/Kool_Quick_Settings.sh
+++ b/config/hypr/scripts/Kool_Quick_Settings.sh
@@ -38,6 +38,7 @@ Choose Monitor Profiles
Choose Rofi Themes
Search for Keybinds
Toggle Game Mode
+Switch Dark-Light Theme
EOF
}
@@ -73,6 +74,7 @@ main() {
"Choose Rofi Themes") $scriptsDir/RofiThemeSelector.sh ;;
"Search for Keybinds") $scriptsDir/KeyBinds.sh ;;
"Toggle Game Mode") $scriptsDir/GameMode.sh ;;
+ "Switch Dark-Light Theme") $scriptsDir/DarkLight.sh ;;
*) return ;; # Do nothing for invalid choices
esac
@@ -87,4 +89,4 @@ if pidof rofi > /dev/null; then
pkill rofi
fi
-main
+main \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage