diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-22 15:31:03 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-22 15:31:03 +0900 |
| commit | 0054b0b766d62112c4b096b61f8777a402bff08a (patch) | |
| tree | 91f207eceeb2a797f85a673663dd5ac2202eecda | |
| parent | a5d4d4ee9550b820c8106881c69d85a73eaf5493 (diff) | |
small rofi configs tweak
| -rw-r--r-- | config/rofi/config-clipboard.rasi | 2 | ||||
| -rw-r--r-- | config/rofi/config-emoji.rasi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/rofi/config-clipboard.rasi b/config/rofi/config-clipboard.rasi index 34b471cb..2a002a29 100644 --- a/config/rofi/config-clipboard.rasi +++ b/config/rofi/config-clipboard.rasi @@ -5,7 +5,7 @@ /* ---- Entry ---- */ entry { - width: 45%; + width: 37%; placeholder: "📋 Search Clipboard **note** 👀 CTRL Del - Cliphist del or Alt Del - cliphist wipe"; } diff --git a/config/rofi/config-emoji.rasi b/config/rofi/config-emoji.rasi index 028bc9d4..8aca6aa2 100644 --- a/config/rofi/config-emoji.rasi +++ b/config/rofi/config-emoji.rasi @@ -5,7 +5,7 @@ /* ---- Entry ---- */ entry { - width: 45%; + width: 37%; placeholder: "💫 Search Emoji's **note** 👀 Click or Return to choose | Ctrl V to Paste"; } |
