Allow swaylock indicator size to be configurable

This commit is contained in:
Calvin Lee 2017-07-31 14:48:48 +02:00
parent 14eeeed7e0
commit 23f11d7c45
3 changed files with 28 additions and 10 deletions

View file

@ -56,6 +56,9 @@ struct lock_config {
struct lock_colors validating;
struct lock_colors invalid;
} colors;
int radius;
int thickness;
};
void render(struct render_data* render_data, struct lock_config *config);