Window bevel depth is now configurable

This commit is contained in:
Jack Zeal 2026-03-25 20:03:01 -07:00
parent 939b339a8e
commit effc16fc05
4 changed files with 10 additions and 2 deletions

View file

@ -57,7 +57,7 @@ ssd_border_create(struct ssd *ssd)
if (theme->beveled_border) {
int bevelSize = 2; // TODO: configurable
int bevelSize = theme->border_bevel_width; // TODO: configurable
/* From Pull request 3382 */
uint8_t r = color[0] * 255;