diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-01-29 16:28:00 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-01-29 16:28:00 -0500 |
| commit | aa4cabd031a14e1471ac69a47ae381c9c9ea462e (patch) | |
| tree | 09fecff6a9a90ae522c505cc12ec85d3ced4101a /config/hypr/scripts | |
| parent | 7d7bc4f1c82743f0fa791596920e9b774239bcce (diff) | |
Fixed wallpaper based color themes so text is readable
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: config/hypr/scripts/Kitty_themes.sh
modified: config/kitty/kitty.conf
Diffstat (limited to 'config/hypr/scripts')
| -rwxr-xr-x | config/hypr/scripts/Kitty_themes.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/scripts/Kitty_themes.sh b/config/hypr/scripts/Kitty_themes.sh index 9c315270..d5ebd718 100755 --- a/config/hypr/scripts/Kitty_themes.sh +++ b/config/hypr/scripts/Kitty_themes.sh @@ -123,7 +123,7 @@ while true; do -mesg "Preview: ${theme_to_preview_now} | Enter: Preview | Ctrl+S: Apply & Exit | Esc: Cancel" \ -config "$rofi_theme_for_this_script" \ -selected-row "$current_selection_index" \ - -kb-custom-1 "Control+s") # MODIFIED HERE: Changed to Control+s for custom action 1 + -kb-custom-1 "Control+s") rofi_exit_code=$? |
