Struct more_wallpapers::Screen
source · pub struct Screen {
pub name: String,
pub wallpaper: Option<Utf8PathBuf>,
pub mode: Option<Mode>,
pub active: bool,
}Expand description
include information about a connected screen
Fields§
§name: String§wallpaper: Option<Utf8PathBuf>current wallpaper of the screen
mode: Option<Mode>current mode of the screen
active: boolindicates if screen is active. A inactive screen is current disconneted or repesents a default for new connected screens or is a fallback after restart