slock

Mahdi's build of slock
git clone git://mahdi.pw/slock.git
Log | Files | Refs | README | LICENSE

commit 072324b905878281552e0b5fb34f60f8dfe5c2bd
parent 9e4bb3d2a2b08ed5a24cffa18eda6fcc081e8c34
Author: Mahdi Mirzade <[email protected]>
Date:   Fri,  1 Apr 2022 21:28:32 +0430

Tweaks

Diffstat:
Mconfig.h | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/config.h b/config.h @@ -31,7 +31,7 @@ static const char *failcommand = "ffmpeg -y -loglevel quiet -f v4l2 -i /dev/vide static const int monitortime = 60; /* insert grid pattern with scale 1:1, the size can be changed with logosize */ -static const int logosize = 80; +static const int logosize = 60; static const int logow = 6; /* grid width and height for right center alignment*/ static const int logoh = 6; //static const int logow = 13; @@ -67,6 +67,6 @@ static XRectangle rectangles[5] = { /*Set blur radius*/ static const int blurRadius=20; /*Enable Pixelation*/ -#define PIXELATION +//#define PIXELATION /*Set pixelation radius*/ -static const int pixelSize=20; +static const int pixelSize=30;