diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-21 23:04:38 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-21 23:04:38 +0900 |
| commit | cac7771a124a3a480bc8cf7c91896d560d917e43 (patch) | |
| tree | fa0c50f99d914eadf58849a7fafa0014829036a4 /config/rofi/config-wallpaper-effect.rasi | |
| parent | 32954ef25b2eb8081587e7ea9e3c6e4c5388cd57 (diff) | |
adjusted rofi configs to have better compatibility?
Diffstat (limited to 'config/rofi/config-wallpaper-effect.rasi')
| -rw-r--r-- | config/rofi/config-wallpaper-effect.rasi | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/config/rofi/config-wallpaper-effect.rasi b/config/rofi/config-wallpaper-effect.rasi index 0909bae4..61d68a76 100644 --- a/config/rofi/config-wallpaper-effect.rasi +++ b/config/rofi/config-wallpaper-effect.rasi @@ -12,13 +12,13 @@ mainbox { /* ---- Entry ---- */ entry { + width: 32%; placeholder: " 🏙️ Search / Choose desired wallpaper effect"; - padding: 12px; } /* ---- Window ---- */ window { - width: 35%; + width: inherit; height: inherit; } @@ -28,6 +28,7 @@ listview { lines: 7; fixed-height: false; scrollbar: true; + spacing: 6px; } /* ---- Inputbar ---- */ @@ -43,5 +44,6 @@ element-icon { element-text { horizontal-align: 0.0; vertical-align: 0.0; - margin: 5px 30px 5px 30px; + margin: 0px; + padding: 0px; }
\ No newline at end of file |
