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§
impl Freeze for Check
impl RefUnwindSafe for Check
impl Send for Check
impl Sync for Check
impl Unpin for Check
impl UnwindSafe for Check
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more