diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-14 15:41:47 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-14 15:41:47 +0900 |
| commit | 875b61443f68a7f24b059aa23eb2622cc24db2e8 (patch) | |
| tree | 971005054fd6b3b6cd70b20d473afa82f726ac9b /config/rofi/config.rasi | |
| parent | 6450a622636734fb6410fc7d6962af2dc763d518 (diff) | |
another minor tweak rofi
Diffstat (limited to 'config/rofi/config.rasi')
| -rwxr-xr-x | config/rofi/config.rasi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 00b5c00f..eca05ea6 100755 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -5,19 +5,19 @@ /* ---- Window ---- */ window { - width: 60%; + width: 50%; } /* ---- Listview ---- */ listview { - columns: 6; - lines: 4; + columns: 5; + lines: 5; fixed-height: true; } /* ---- Element ---- */ element { orientation: vertical; - padding: 12px 0px 0px 0px; + padding: 10px 5px 10px 5px; spacing: 6px; } |
