From 99dcaf5bf9e77adf0342446012acfd4588cf5738 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 10 Feb 2025 20:05:17 +0900 Subject: updated rofi search --- config/rofi/config-search.rasi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config') 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; } - -- cgit v1.2.3