http://unix.stackexchange.com/questions/200096/how-to-make-xfce-desktop-icons-text-transparent
edit ~/.gtkrc-2.0 to add the following script at the end of the file
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"
'Linux > Ubuntu Debian' 카테고리의 다른 글
Debian Mate - make true transparent background of the terminal (0) | 2016.11.04 |
---|---|
lubuntu panel 에 logout 버튼 삽입 (0) | 2016.11.04 |
lubuntu - windows aero snap (0) | 2016.10.19 |
migrate to linux as a main OS (0) | 2016.10.17 |
Linux apps replacements for Windows apps (0) | 2016.10.17 |