From d9b932ed46769b0e3b7675fea8467983b5af0923 Mon Sep 17 00:00:00 2001 From: listout Date: Sat, 6 Aug 2022 17:11:29 +0530 Subject: rofi: use relative height and width Signed-off-by: listout --- .config/rofi/config.rasi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.config') diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 627fc51..fb33888 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -1,5 +1,5 @@ configuration { - font: "Monospace Bold 12"; + font: "Monospace Bold 11"; modi: "drun,windowcd,window"; show-icons: true; display-drun: "run"; @@ -20,11 +20,11 @@ configuration { window { border: 2px; - border-color: #5b5f71; + border-color: #4c566a; border-radius: 0px; padding: 0px; - width: 20%; - height: 15%; + width: 20em; + height: 20em; } prompt { -- cgit v1.2.3