2025-01-02 02:37 : id 76

This commit is contained in:
deadvey 2025-01-02 02:45:17 +00:00
parent ccb57bc96a
commit f4e67b16a5

View File

@ -20,9 +20,6 @@ let
# Numbers # Numbers
GAPS_IN = "0"; GAPS_IN = "0";
GAPS_OUT = "40"; GAPS_OUT = "40";
GAPS_OUT_INT = builtins.parseInt GAPS_OUT;
HALF_GAPS_OUT_INT = GAPS_OUT_INT / 2;
HALF_GAPS_OUT = builtins.toString HALF_GAPS_OUT_INT;
BORDER_WIDTH = "2"; BORDER_WIDTH = "2";
CORNER_RADIUS = "0"; CORNER_RADIUS = "0";
WAYBAR_CORNER_RADIUS = "0"; WAYBAR_CORNER_RADIUS = "0";
@ -873,7 +870,7 @@ in
global = { global = {
width = 300; width = 300;
height = 300; height = 300;
offset = "${HALF_GAPS_OUT}x${HALF_GAPS_OUT}"; offset = "${GAPS_OUT}x${GAPS_OUT}";
origin = "${DUNST_ORIGIN}"; origin = "${DUNST_ORIGIN}";
font = "${FONT}"; font = "${FONT}";
corner_radius = "${CORNER_RADIUS}"; corner_radius = "${CORNER_RADIUS}";