diff options
| author | JaKooLit <ejhay.games@gmail.com~> | 2025-02-10 20:05:17 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com~> | 2025-02-10 20:05:17 +0900 |
| commit | 99dcaf5bf9e77adf0342446012acfd4588cf5738 (patch) | |
| tree | d88289a58dd2f50bb752cb78877e97e59603f4b4 /config | |
| parent | 2fd83b87b53af1acb234ed970e252ce3cde674f4 (diff) | |
updated rofi search
Diffstat (limited to 'config')
| -rw-r--r-- | config/rofi/config-search.rasi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/rofi/config-search.rasi b/config/rofi/config-search.rasi index b216d0a6..08600b30 100644 --- a/config/rofi/config-search.rasi +++ b/config/rofi/config-search.rasi @@ -7,13 +7,13 @@ window { width: 40%; height: inherit; - background-color: inherit; - text-color: inherit; - y-offset: 6px; + background-color: black/25%; + y-offset: 10px; location: north; children: [ "entry" ]; border: 2px; - border-color: white/50%; + border-color: white/25%; + border-radius: 20px; } /* ---- Entry ---- */ @@ -21,5 +21,5 @@ entry { placeholder: " 🔎 Google Search via web browser"; padding: 15px; border: 0px; + text-color: white; } - |
