From 5f7a2292b0fd2b6742bb76381f5acd0c11cb8b8c Mon Sep 17 00:00:00 2001
From: Thomas Voss <mail@thomasvoss.com>
Date: Sat, 4 Nov 2023 21:53:00 +0100
Subject: wofi: Increase border radius

---
 .config/wofi/style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.config/wofi/style.css b/.config/wofi/style.css
index fd35cdd..bb68cda 100644
--- a/.config/wofi/style.css
+++ b/.config/wofi/style.css
@@ -1,6 +1,6 @@
 * {
 	border: none;
-	border-radius: 3px;
+	border-radius: 8px;
 	color: #C5C8C6;
 	font-size: 22px;
 	font-family: 'SF Pro'
-- 
cgit v1.2.3