swaylock: Remove indicator after 3 seconds

This commit is contained in:
Ryan Dwyer 2018-10-13 16:52:13 +10:00
parent 9c833c661a
commit c242712262
3 changed files with 39 additions and 3 deletions

View file

@ -55,6 +55,7 @@ struct swaylock_password {
struct swaylock_state {
struct loop *eventloop;
struct loop_event *clear_indicator_timer; // clears the indicator
struct wl_display *display;
struct wl_compositor *compositor;
struct zwlr_layer_shell_v1 *layer_shell;