From cf87b97f3b3853e4e2dc5a95527b711864b0e299 Mon Sep 17 00:00:00 2001 From: primardj Date: Fri, 26 Jan 2024 15:17:19 +0000 Subject: [PATCH] better style for waybar --- dotconfig/waybar/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotconfig/waybar/style.css b/dotconfig/waybar/style.css index e7f964b..e17a1fa 100644 --- a/dotconfig/waybar/style.css +++ b/dotconfig/waybar/style.css @@ -1,7 +1,7 @@ * { /* That rule apply to all widgets. */ border: none; - border-radius: 26px; + border-radius: 14px; font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif; font-size: 14px; min-height: 16px;