mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
swaylock: Remove indicator after 3 seconds
This commit is contained in:
parent
9c833c661a
commit
c242712262
3 changed files with 39 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue