commit 208d9714abd3c4dc300885bd84ad5cce1fcfd309
parent 9812641d44b71ba2c382c8c794b217c09cec123a
Author: Raymond Li <hi@raymond.li>
Date: Wed, 2 Jun 2021 21:18:46 -0400
Merge pull request #224 from Dareka826/master
Fix not being able to use variables: bx, by ,r
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/unlock_indicator.c b/unlock_indicator.c
@@ -869,7 +869,7 @@ void render_lock(uint32_t *resolution, xcb_drawable_t drawable) {
scaling_factor, button_diameter_physical);
// variable mapping for evaluating the clock position expression
- const unsigned int vars_size = 11;
+ const unsigned int vars_size = 14;
te_variable vars[] =
{{"w", &width},
{"h", &height},