Enum linicon_theme::Check [−][src]
pub enum Check {
KDEGlobals,
GSettings,
GTK3,
GTK2,
ThemeConf,
}Select which theme store locations to check
Variants
$XDG_CONFIG_HOME/kdeglobals -> Icons -> Theme
Output of gsettings get org.gnome.desktop.interface icon-theme
$XDG_CONFIG_HOME/gtk-3.0/settings.ini -> Settings -> gtk-icon-theme-name
$HOME/.gtkrc-2.0 -> gtk-icon-theme-name
$XDG_CONFIG_HOME/theme.conf -> Settings -> icon-theme-name
Auto Trait Implementations
impl RefUnwindSafe for Check
impl Send for Check
impl Sync for Check
impl Unpin for Check
impl UnwindSafe for Check
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,