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";