diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-10 02:35:47 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-10 02:35:47 +0900 |
| commit | 928deb30486095d011b63e4cbc323131915033ab (patch) | |
| tree | 9540075a0e8000e6cf55eb2e773b9a2c2b993ef5 /config | |
| parent | d7ff1c1dea16619a38f35536a5c00685d848abce (diff) | |
adjusted config.rasi and copy.sh
Diffstat (limited to 'config')
| -rwxr-xr-x | config/rofi/config.rasi | 4 | ||||
| -rwxr-xr-x | config/rofi/resolution/1080p/config.rasi | 4 | ||||
| -rwxr-xr-x | config/rofi/resolution/1440p/config.rasi | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 2eae75bb..4929c92c 100755 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -79,11 +79,11 @@ inputbar { entry { enabled: true; expand: false; - width: 300px; + width: 20%; padding: 10px; border-radius: 12px; background-color: @selected; - text-color: @text-selected + text-color: @text-selected; cursor: text; placeholder: "🔎 Search "; // << Search symbol placeholder-color: inherit; diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index 2eae75bb..4929c92c 100755 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -79,11 +79,11 @@ inputbar { entry { enabled: true; expand: false; - width: 300px; + width: 20%; padding: 10px; border-radius: 12px; background-color: @selected; - text-color: @text-selected + text-color: @text-selected; cursor: text; placeholder: "🔎 Search "; // << Search symbol placeholder-color: inherit; diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index 01efd1a6..68154e1b 100755 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -79,13 +79,13 @@ inputbar { entry { enabled: true; expand: false; - width: 300px; + width: 18%; padding: 10px; border-radius: 12px; background-color: @selected; text-color: @text-selected; cursor: text; - placeholder: " Search "; // << Search symbol + placeholder: "🔍 Search "; // << Search symbol placeholder-color: inherit; } |
