mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 11:27:47 +03:00
Allow swaylock indicator size to be configurable
This commit is contained in:
parent
14eeeed7e0
commit
23f11d7c45
3 changed files with 28 additions and 10 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue