diff options
| author | Warrick Lo <warrick.s.z.lo@gmail.com> | 2021-12-28 14:58:02 -0800 |
|---|---|---|
| committer | Warrick Lo <warrick.s.z.lo@gmail.com> | 2021-12-28 14:58:02 -0800 |
| commit | a987c12a5ba62285312fcb7965452610e478c4ce (patch) | |
| tree | 0020396f2e06f75bf11550445db142b2f0dd1619 | |
| parent | e2f68f6f59b55a10ba2d17a60e3852aafc321604 (diff) | |
Make Rofi theme more compact
| -rw-r--r-- | etc/rofi/theme.rasi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rofi/theme.rasi b/etc/rofi/theme.rasi index 799cb19..6d9f713 100644 --- a/etc/rofi/theme.rasi +++ b/etc/rofi/theme.rasi @@ -18,7 +18,7 @@ configuration { background-color: @black; text-color: @white; - margin: 2px; + padding: 2px; } window { @@ -32,12 +32,12 @@ inputbar { children: [prompt, entry]; border: 0 0 2px 0; border-color: @blue; - padding: 4px; } listview { columns: 1; spacing: 4px; + padding: 2px 0; } prompt { |
