443 current 2024-08-18 21:52:37 24.05.3642.883180e6550c 6.6.44 *

This commit is contained in:
deadvey 2024-08-18 22:17:38 +01:00
parent 8788a3ecb1
commit 6535897e6a

View File

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