diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-10 21:55:27 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-10 21:55:27 +0900 |
| commit | 1b691b5d8b6b3b3bada39b7bcdc0b2d5bd163195 (patch) | |
| tree | bec6eb3e556474fca893e8c4b8e7ffe498188275 /config/rofi/resolution | |
| parent | 56810d5996c38f12742c4c147f61efe056ac12bb (diff) | |
rofi tweaked
Diffstat (limited to 'config/rofi/resolution')
| -rwxr-xr-x | config/rofi/resolution/1080p/config.rasi | 2 | ||||
| -rwxr-xr-x | config/rofi/resolution/1440p/config.rasi | 4 |
2 files changed, 3 insertions, 3 deletions
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 { |
