diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-14 02:26:41 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-14 02:26:41 +0900 |
| commit | 82b03036cc3c496c438f8bd4a02e2c226e9a151a (patch) | |
| tree | b8486c42ef498a2fcb3b5ff4a55c75edd924020d /config/rofi | |
| parent | ffb19d4d7d54388ef30afee7772d6491133a49e4 (diff) | |
Rofi EMOJI Updated :)
Rofi themes updated
Diffstat (limited to 'config/rofi')
| -rw-r--r-- | config/rofi/config-emoji.rasi | 4 | ||||
| -rw-r--r-- | config/rofi/config-search.rasi | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/config/rofi/config-emoji.rasi b/config/rofi/config-emoji.rasi index 0f98892f..aa407999 100644 --- a/config/rofi/config-emoji.rasi +++ b/config/rofi/config-emoji.rasi @@ -6,13 +6,13 @@ /* ---- Mainbox ---- */ mainbox { children: - [ "inputbar", "listview"]; + [ "inputbar", "message", "listview"]; } /* ---- Entry ---- */ entry { width: 37%; - placeholder: " 💫 Search / Choose Emoji's **note** 👀 Click or Return to choose | Ctrl V to Paste"; + placeholder: " 💫 Search / Choose Emoji's"; horizontal-align: 0.0; } diff --git a/config/rofi/config-search.rasi b/config/rofi/config-search.rasi index 733d9b9a..d0d8357e 100644 --- a/config/rofi/config-search.rasi +++ b/config/rofi/config-search.rasi @@ -6,6 +6,7 @@ /* ---- Window ---- */ window { width: 40%; + //orientation: horizontal; height: inherit; y-offset: 10px; location: north; @@ -16,9 +17,9 @@ window { /* ---- Entry ---- */ entry { + expand: true; placeholder: " 🔎 Google Search"; horizontal-align: 0.5; padding: 15px; - border: 0px; - border-radius: 12px; + border-radius: inherit; } |
