diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-01-29 16:42:39 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-01-29 16:42:39 -0500 |
| commit | 946a232960ecdfa9c2234cfd03cfb791c7fc6878 (patch) | |
| tree | ce5d92d22cfad7c9a707ec24d8d1b4a4cd099f2d /config/hypr/scripts | |
| parent | 5189632065218916f2e3a6cb4f70688b9469d804 (diff) | |
Fixed when hitting enter the kitty theme menu
Enter previews theme and loops menu again. Until ESC or CTRL-S to set
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: config/hypr/scripts/Kitty_themes.sh
Diffstat (limited to 'config/hypr/scripts')
| -rwxr-xr-x | config/hypr/scripts/Kitty_themes.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/hypr/scripts/Kitty_themes.sh b/config/hypr/scripts/Kitty_themes.sh index 26d9e208..b0331e08 100755 --- a/config/hypr/scripts/Kitty_themes.sh +++ b/config/hypr/scripts/Kitty_themes.sh @@ -130,6 +130,7 @@ while true; do notify_user "$iDIR/error.png" "Preview Error" "Failed to apply $theme_to_preview_now. Reverted." exit 1 fi + continue else : fi |
