Slow down the fade to black time

This commit is contained in:
Alex Saveau 2024-11-10 15:24:09 -05:00 committed by Ian Douglas Scott
parent b0a2103dfc
commit 7899fccbbe

View file

@ -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 {