From 370a6fe6e9c4fe8269c6f75a19c4d5159d7a51d6 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Thu, 28 Sep 2023 02:14:27 +0200 Subject: Add optional pixelated background blur --- config.def.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 9855e21..81a55af 100644 --- a/config.def.h +++ b/config.def.h @@ -10,3 +10,12 @@ static const char *colorname[NUMCOLS] = { /* treat a cleared input like a wrong password (color) */ static const int failonclear = 1; + +/*Enable blur*/ +#define BLUR +/*Set blur radius*/ +static const int blurRadius=5; +/*Enable Pixelation*/ +//#define PIXELATION +/*Set pixelation radius*/ +static const int pixelSize=0; -- cgit v1.2.3-71-gd317