diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-31 13:37:11 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-31 13:37:11 +0900 |
| commit | e43346ad850a454cf5bc587f1819475233ba298e (patch) | |
| tree | 7c7ce551819e6711814b56fb9950bd2c8275015f /config/rofi/resolution | |
| parent | dc4bd24a5a00b15ed293c9cb4981e69f701e17e6 (diff) | |
Just a minor rofi configs tweak
Diffstat (limited to 'config/rofi/resolution')
| -rw-r--r-- | config/rofi/resolution/1080p/master-config.rasi | 2 | ||||
| -rw-r--r-- | config/rofi/resolution/1440p/master-config.rasi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/rofi/resolution/1080p/master-config.rasi b/config/rofi/resolution/1080p/master-config.rasi index 8314381a..50198012 100644 --- a/config/rofi/resolution/1080p/master-config.rasi +++ b/config/rofi/resolution/1080p/master-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/master-config.rasi b/config/rofi/resolution/1440p/master-config.rasi index 430dff61..076fe70a 100644 --- a/config/rofi/resolution/1440p/master-config.rasi +++ b/config/rofi/resolution/1440p/master-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; } |
