From 82b03036cc3c496c438f8bd4a02e2c226e9a151a Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 14 Feb 2025 02:26:41 +0900 Subject: Rofi EMOJI Updated :) Rofi themes updated --- config/rofi/config-emoji.rasi | 4 ++-- config/rofi/config-search.rasi | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'config/rofi') 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; } -- cgit v1.2.3