From 480952f72936922f3b5419ff0172aaae362af146 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Thu, 7 Dec 2023 23:51:39 +0300 Subject: [PATCH] Reduce corner rounding --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 9b6ccfd..e973040 100644 --- a/flake.nix +++ b/flake.nix @@ -115,7 +115,7 @@ }; theme = themes.custom (themes.raw.gruvbox-dark-hard // { - corner-radius = 12; + corner-radius = 8; border-width = 3; margin = 6;