pub enum Check {
    KDEGlobals,
    GSettings,
    GTK3,
    GTK2,
    ThemeConf,
}
Expand description

Select which theme store locations to check

Variants

KDEGlobals

$XDG_CONFIG_HOME/kdeglobals -> Icons -> Theme

GSettings

Output of gsettings get org.gnome.desktop.interface icon-theme

GTK3

$XDG_CONFIG_HOME/gtk-3.0/settings.ini -> Settings -> gtk-icon-theme-name

GTK2

$HOME/.gtkrc-2.0 -> gtk-icon-theme-name

ThemeConf

$XDG_CONFIG_HOME/theme.conf -> Settings -> icon-theme-name

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.