diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-02-01 00:25:55 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-01 00:25:55 +0900 |
| commit | 3dfdc7c76cbeb7a6ee20e868bb46026e51c2abf9 (patch) | |
| tree | 70623537ae918b4304107b555c0934ebf844577b /config/rofi/resolution | |
| parent | 9e6a7b0a7334352ed7e9e422d026ebfbad06c8a6 (diff) | |
| parent | 9b67a8376e3d186edc75a482010e53c3b4e9e018 (diff) | |
Merge pull request #541 from JaKooLit/main
main to development
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; } |
