refactor(locker): scrollable menu in locker

This commit is contained in:
Ashley Wulber 2025-06-26 15:31:10 -04:00 committed by Ashley Wulber
parent abc591db6d
commit b740ad246b
3 changed files with 18 additions and 5 deletions

View file

@ -17,6 +17,8 @@ use cosmic_greeter_daemon::{BgSource, CosmicCompConfig, UserData};
use std::{collections::HashMap, sync::Arc};
use wayland_client::protocol::wl_output::WlOutput;
pub const DEFAULT_MENU_ITEM_HEIGHT: f32 = 36.;
#[derive(Debug, Clone, Eq, PartialEq)]
pub struct ActiveLayout {
pub layout: String,