From c7faac3480d2c52db7e952f638f7f162fb98eeec Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Thu, 23 Jan 2025 12:28:38 +0100 Subject: `mode` update --- .config/rofi/config.rasi##template | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to '.config/rofi') diff --git a/.config/rofi/config.rasi##template b/.config/rofi/config.rasi##template index c467dcd..c6bf9c4 100644 --- a/.config/rofi/config.rasi##template +++ b/.config/rofi/config.rasi##template @@ -20,9 +20,10 @@ configuration { window { padding: 2px; - background-color: ${background}; - text-color: ${foreground}; + background-color: ${bg}; + text-color: ${fg}; width: 350px; + border-radius: 10px; } * { @@ -42,7 +43,7 @@ inputbar { } entry { - padding: 10px; + padding: 10px 10px 8px 10px; cursor-width: 1px; } @@ -51,14 +52,14 @@ listview { scrollbar: false; lines: 6; fixed-height: false; - padding: 1px 0px; + padding: 2px 0px; } element { - margin: -1px 0px; - padding: 6px 10px; + margin: -2px 0px; + padding: 6px 10px 3px 10px; background-color: transparent; - text-color: ${foreground}; + text-color: ${fg}; } element selected { -- cgit v1.2.3