From 2b632ca6a68f89264f4b718ec38769189fbce0e1 Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Tue, 5 Mar 2024 21:04:58 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20feat(rofi):=20Rounded=20corners?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/rofi/config.rasi | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index c094307..8719876 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -25,4 +25,5 @@ configuration { window { border: 1px; + border-radius: 12px; }