diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-09-17 09:23:04 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-09-17 09:23:04 +0900 |
| commit | 9e52ccf9ffca7a4ecbb66961bc72bf04c0ddbaa0 (patch) | |
| tree | 55dbc9a4e8ed4fdb8300c7fac67a5cebb77b10c1 /config/rofi/config.rasi | |
| parent | 232bddfddf6944d991177fc3e0cc31c0a4d397d8 (diff) | |
minor adjustment on rofi
Diffstat (limited to 'config/rofi/config.rasi')
| -rwxr-xr-x | config/rofi/config.rasi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index e675a843..7efc033d 100755 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -22,9 +22,9 @@ listview { /* ---- Element ---- */ element { orientation: vertical; - padding: 12px; + padding: 12px 0px 0px 0px; spacing: 6px; - border-radius: 20px; + border-radius: 12px; } element-icon { |
