diff options
| author | Donald Williams <129223418+dwilliam62@users.noreply.github.com> | 2025-06-05 08:27:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-05 08:27:52 -0400 |
| commit | a2801f2eea287107097b68695a7c5306520dce8e (patch) | |
| tree | 735636d83cb09c68c129c119537a2b4fd573b455 /config/rofi | |
| parent | b2d5d1a5f4acdb7354009b7c0e5df2f7e4b044ec (diff) | |
| parent | d6568b7f1b6c05abbb493af39fb12c243484da53 (diff) | |
Merge branch 'main' into feat/add-custom-hyprpicker-waybar-module
Diffstat (limited to 'config/rofi')
| -rw-r--r-- | config/rofi/config-kitty-theme.rasi | 2 | ||||
| -rw-r--r-- | config/rofi/config-rofi-Beats-menu.rasi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/rofi/config-kitty-theme.rasi b/config/rofi/config-kitty-theme.rasi index 5dc570be..f62fea12 100644 --- a/config/rofi/config-kitty-theme.rasi +++ b/config/rofi/config-kitty-theme.rasi @@ -32,7 +32,7 @@ inputbar { entry { expand: true; - placeholder: " 🐾 Search / Choose Kitty theme"; + placeholder: " 🐾 Choose Kitty theme: Enter to Preview; CTRL S to Apply"; } /* ---- Listview ---- */ diff --git a/config/rofi/config-rofi-Beats-menu.rasi b/config/rofi/config-rofi-Beats-menu.rasi index aa3e8258..47e14b0d 100644 --- a/config/rofi/config-rofi-Beats-menu.rasi +++ b/config/rofi/config-rofi-Beats-menu.rasi @@ -30,7 +30,7 @@ listview { fixed-columns: false; scrollbar: false; colums: 1; - lines: 3; + lines: 4; spacing: 6px; cycle: true; } |
