From 6535897e6a6243b69d290ae39eb09b9ac0ec6781 Mon Sep 17 00:00:00 2001 From: deadvey Date: Sun, 18 Aug 2024 22:17:38 +0100 Subject: [PATCH] 443 current 2024-08-18 21:52:37 24.05.3642.883180e6550c 6.6.44 * --- configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index b636f7b..8354e3b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -10,8 +10,7 @@ let CORNER_RADIUS = "5"; CORNER_RADIUS_INT = builtins.fromString CORNER_RADIUS; # A curve of 2px and 10px radius thickness fits into a curve of 12px radius - RECEIVING_CORNER_RADIUS_INT = CORNER_RADIUS_INT + BORDER_WIDTH_INT; - RECEIVING_CORNER_RADIUS = builtins.toString RECEIVING_CORNER_RADIUS_INT; + RECEIVING_CORNER_RADIUS = builtins.toString CORNER_RADIUS_INT + BORDER_WIDTH_INT; WAYBAR_MODULES_CORNER_RADIUS = "5"; GAPS_IN = "5";