Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > abad70e100c2eb3e705165db5707bd21 > files > 25

mageia-xfce-config-4.100.5.3-1.mga4.noarch.rpm

# original idea tpg@mandriva.org

# make desktop's icons label transparent
# values (which seems to be working OK with default Mageia background) taken from:
# http://helpdeskgeek.com/how-to/enable-transparent-label-text-background-on-the-xfce-desktop/
style "xfdesktop-icon-view"
{

    XfdesktopIconView::label-alpha = 0
    XfdesktopIconView::selected-label-alpha = 170

    base[NORMAL] = "#cccccc"
    base[SELECTED] = "#cccccc"
    base[ACTIVE] = "#cccccc"

    fg[NORMAL] = "#ffffff"
    fg[SELECTED] = "#000000"
    fg[ACTIVE] = "#000000"
}

widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"