diff options
author | Calvin Lee <cyrus296@gmail.com> | 2017-07-31 14:48:48 +0200 |
---|---|---|
committer | Calvin Lee <cyrus296@gmail.com> | 2017-07-31 19:49:01 +0200 |
commit | 23f11d7c45b25ec8752ab08cc7065b8a3e8b4399 (patch) | |
tree | 6c37414aae964cd387ae68314a8ada0214d9d7a3 /include | |
parent | 14eeeed7e0db3a427fc75318c9a56e12bbc4746c (diff) |
Allow swaylock indicator size to be configurable
Diffstat (limited to 'include')
-rw-r--r-- | include/swaylock/swaylock.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/swaylock/swaylock.h b/include/swaylock/swaylock.h index 06533108..eeed094e 100644 --- a/include/swaylock/swaylock.h +++ b/include/swaylock/swaylock.h @@ -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); |