diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-03-12 01:28:55 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-12 01:28:55 +0900 |
| commit | fd1e346b17e6dc798957d32b5fb8b5b564eb0e9d (patch) | |
| tree | b3e153ac73d4725b1d7a05df9a0ed5bfd9fa5502 /config/hypr/scripts | |
| parent | 839579f0f32533e799c1a0365a93378b397c58fc (diff) | |
| parent | 13f7b251ed653ca3f62132a35cdc6b53b5fdd4bb (diff) | |
Merge branch 'development' into main
Diffstat (limited to 'config/hypr/scripts')
| -rwxr-xr-x | config/hypr/scripts/KeyHints.sh | 4 | ||||
| -rwxr-xr-x | config/hypr/scripts/Kool_Quick_Settings.sh | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/config/hypr/scripts/KeyHints.sh b/config/hypr/scripts/KeyHints.sh index 2bab4b38..7917ae3a 100755 --- a/config/hypr/scripts/KeyHints.sh +++ b/config/hypr/scripts/KeyHints.sh @@ -28,7 +28,7 @@ GDK_BACKEND=$BACKEND yad \ " SHIFT E" "KooL Hyprland Settings Menu" "" \ "" "" "" \ " enter" "Terminal" "(kitty)" \ -" SHIFT enter" "DropDown Terminal" "(Not available in Debian and Ubuntu)" \ +" SHIFT enter" "DropDown Terminal" " Q to close" \ " B" "Launch Browser" "(Default browser)" \ " A" "Desktop Overview" "(AGS - if opted to install)" \ " D" "Application Launcher" "(rofi-wayland)" \ @@ -36,7 +36,7 @@ GDK_BACKEND=$BACKEND yad \ " S" "Google Search using rofi" "(rofi)" \ " Q" "close active window" "(not kill)" \ " Shift Q " "kills an active window" "(kill)" \ -" Z" "Desktop Zoom" "(Not available in Debian and Ubuntu)" \ +" ALT mouse scroll up/down " "Desktop Zoom" "Desktop Magnifier" \ " Alt V" "Clipboard Manager" "(cliphist)" \ " W" "Choose wallpaper" "(Wallpaper Menu)" \ " Shift W" "Choose wallpaper effects" "(imagemagick + swww)" \ 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 |
