diff options
| author | Ahum Maitra <theahummaitra@gmail.com> | 2026-01-05 00:21:21 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-04 13:51:21 -0500 |
| commit | 98d8ef7e5c511e1963b66679dc1bd1534440b880 (patch) | |
| tree | 21c884dc000fbb76baacfc8c580bfb7c17fc988c /config | |
| parent | e2cce1cd10b93ba39cc5d243b7caf4aee6c8e7a4 (diff) | |
Add theme switcher help shortcut (#906)
* fix: Add Theme Switcher script
* enhancement: add theme switcher shortcut
* Refactor ThemeChanger.sh for improved readability
Diffstat (limited to 'config')
| -rwxr-xr-x | config/hypr/scripts/KeyHints.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/hypr/scripts/KeyHints.sh b/config/hypr/scripts/KeyHints.sh index 8a478039..5511cfed 100755 --- a/config/hypr/scripts/KeyHints.sh +++ b/config/hypr/scripts/KeyHints.sh @@ -34,6 +34,7 @@ GDK_BACKEND=$BACKEND yad \ " D" "Application Launcher" "(rofi-wayland)" \ " E" "Open File Manager" "(Thunar)" \ " S" "Google Search using rofi" "(rofi)" \ +" T" "Global theme switcher" "(rofi)" \ " Q" "close active window" "(not kill)" \ " Shift Q " "kills an active window" "(kill)" \ " ALT mouse scroll up/down " "Desktop Zoom" "Desktop Magnifier" \ @@ -69,4 +70,4 @@ GDK_BACKEND=$BACKEND yad \ " ALT E" "Rofi Emoticons" "Emoticon" \ " H" "Launch this Quick Cheat Sheet" "" \ "" "" "" \ -"More tips:" "https://github.com/JaKooLit/Hyprland-Dots/wiki" ""\
\ No newline at end of file +"More tips:" "https://github.com/JaKooLit/Hyprland-Dots/wiki" ""\ |
