From a987c12a5ba62285312fcb7965452610e478c4ce Mon Sep 17 00:00:00 2001 From: Warrick Lo Date: Tue, 28 Dec 2021 14:58:02 -0800 Subject: Make Rofi theme more compact --- etc/rofi/theme.rasi | 4 ++-- 1 file 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 { -- cgit v1.2.3