Slow down the fade to black time
This commit is contained in:
parent
b0a2103dfc
commit
7899fccbbe
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ use wayland_protocols_wlr::layer_shell::v1::client::{zwlr_layer_shell_v1, zwlr_l
|
|||
|
||||
use crate::{State, StateInner};
|
||||
|
||||
const FADE_TIME: Duration = Duration::from_millis(2000);
|
||||
const FADE_TIME: Duration = Duration::from_secs(5);
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct FadeBlackSurface {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue