From 1b691b5d8b6b3b3bada39b7bcdc0b2d5bd163195 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 10 May 2024 21:55:27 +0900 Subject: rofi tweaked --- config/rofi/resolution/1080p/config.rasi | 2 +- config/rofi/resolution/1440p/config.rasi | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'config/rofi/resolution') diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index bc6f2d7f..908e2d56 100755 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -85,7 +85,7 @@ entry { background-color: @selected; text-color: @text-selected; cursor: text; - placeholder: "🔎 Search "; // << Search symbol + placeholder: "🖥️ Search "; // << Search symbol placeholder-color: inherit; } diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index 9c2e73ea..0d8f28bb 100755 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -85,7 +85,7 @@ entry { background-color: @selected; text-color: @text-selected; cursor: text; - placeholder: "🔍 Search "; // << Search symbol + placeholder: "🖥️ Search "; // << Search symbol placeholder-color: inherit; } @@ -134,7 +134,7 @@ button { padding: 12px; border-radius: 12px; background-color: @background-alt; - text-color: @selected; + text-color: @text-color; cursor: pointer; } button selected { -- cgit v1.2.3