From 2d4a77033eaed096be478db17897e30caa4450e0 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 27 Sep 2020 16:04:34 -0500 Subject: [PATCH] Rofi: Tweak padding --- .config/rofi/config.rasi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 81b2e5ac..29420f76 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -48,8 +48,7 @@ configuration { } #prompt { font: "Roboto Bold 16"; - padding: 0px 8px 0px 0px; - text-color: @foreground; + padding: 0 1em 0 0; } #entry { font: "Roboto 16";