2025-01-02 02:37 : id 76

This commit is contained in:
deadvey 2025-01-02 02:41:40 +00:00
parent 4f1ea15aaa
commit 4e25f5005e

View File

@ -871,7 +871,7 @@ in
global = { global = {
width = 300; width = 300;
height = 300; height = 300;
offset = "${GAPS_OUT}x${GAPS_OUT}"; offset = "${builtins.toString (GAPS_OUT_INT / 2)}x${builtins.toString (GAPS_OUT_INT / 2)}";
origin = "${DUNST_ORIGIN}"; origin = "${DUNST_ORIGIN}";
font = "${FONT}"; font = "${FONT}";
corner_radius = "${CORNER_RADIUS}"; corner_radius = "${CORNER_RADIUS}";