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-clipboard.rasi | |
| parent | 32954ef25b2eb8081587e7ea9e3c6e4c5388cd57 (diff) | |
adjusted rofi configs to have better compatibility?
Diffstat (limited to 'config/rofi/config-clipboard.rasi')
| -rw-r--r-- | config/rofi/config-clipboard.rasi | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config/rofi/config-clipboard.rasi b/config/rofi/config-clipboard.rasi index 4006e646..d0d3d3ae 100644 --- a/config/rofi/config-clipboard.rasi +++ b/config/rofi/config-clipboard.rasi @@ -5,7 +5,7 @@ /* ---- Window ---- */ window { - width: 50%; + width: inherit; height: inherit; } @@ -17,7 +17,7 @@ mainbox { /* ---- Entry ---- */ entry { - width: 47%; + width: inherit; placeholder: " 📋 Search Clipboard "; } @@ -26,6 +26,7 @@ listview { columns: 1; lines: 8; fixed-height: true; + spacing: 6px; } /* ---- Elements ---- */ @@ -40,4 +41,6 @@ element-icon { element-text { horizontal-align: 0.0; vertical-align: 0.5; + margin: 0px; + padding: 0px; } |
