From 2eeacd0b5a5196aacac2c364adb900550829b831 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Tue, 8 Oct 2024 21:21:40 +0200 Subject: [PATCH] :wrench: fix borderradius for wofi Signed-off-by: SindreKjelsrud --- .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 dfc811e..381e0ff 100644 --- a/.config/wofi/style.css +++ b/.config/wofi/style.css @@ -3,7 +3,7 @@ window { border: 2px solid #cba6f7; background-color: #1e1e2e; - border-radius: 20px; + border-radius: 10px; font-family: "JetBrains Mono Nerd Font"; }