From f1049dfd4565a1ef80fa8c13bd6b91ea5c2a7a7d Mon Sep 17 00:00:00 2001 From: Peter Date: Sat, 2 Jan 2021 18:40:26 +0000 Subject: Add border to Rofi launcher --- .config/rofi/launcher.rasi | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.config/rofi/launcher.rasi') diff --git a/.config/rofi/launcher.rasi b/.config/rofi/launcher.rasi index 4a2dd9b..b872838 100644 --- a/.config/rofi/launcher.rasi +++ b/.config/rofi/launcher.rasi @@ -17,6 +17,8 @@ configuration { window { width: 25%; orientation: vertical; + border: 1px; + border-color: #eceff4; } mainbox { @@ -28,9 +30,6 @@ textbox { background-color: #1d1f21; } -listview { -} - element { border: 0; padding: 8px; -- cgit v1.2.3