feat: add rounded corners, center window, and enlarge icons in config

This commit is contained in:
2025-05-25 11:02:13 +02:00
parent cd7df6f38b
commit 4e365a5e5c

View File

@@ -19,6 +19,14 @@ in
foreground = "${hex palette.base05}ff";
highlight = "${hex palette.base0D}ff";
};
window = {
border-radius = 12;
x = "center";
y = "center";
};
icons = {
size = 48;
};
};
};
}