Function set_xcursor_theme

Source
pub fn set_xcursor_theme(theme: impl ToString)
Expand description

Sets the xcursor theme.

Pinnacle reads $XCURSOR_THEME on startup to determine the theme. This allows you to set it at runtime.

ยงExamples

input::set_xcursor_theme("Adwaita");