Expand description
A crate to load cursor themes, and parse XCursor files.
Modulesยง
- A module implementing XCursor file parsing.
Structsยง
- A cursor theme.
- Cursor
Theme ๐Iml
Functionsยง
- parse_
theme ๐Parse the content of theindex.theme
and return theInherits
value. - theme_
inherits ๐Load the specified index.theme file, and returns aSome
with the value of theInherits
key in it. ReturnsNone
if the file cannot be read for any reason, if the file cannot be parsed, or if theInherits
key is omitted. - theme_
search_ ๐paths Get the list of paths where the themes have to be searched, according to the XDG Icon Theme specification, respectingXCURSOR_PATH
env variable, in case it was set.