diff --git a/bin/tamir_seffaf_masa b/bin/tamir_seffaf_masa new file mode 100755 index 000000000..67de6a23e --- /dev/null +++ b/bin/tamir_seffaf_masa @@ -0,0 +1,15 @@ +#!/bin/sh +if [ ! -f ~/.gtkrc-2.0 ];then +touch ~/.gtkrc-2.0 +cat > ~/.gtkrc-2.0 << "EOF" +style "xfdesktop-icon-view" { +XfdesktopIconView::label-alpha = 10 +base[NORMAL] = "#000000" +base[SELECTED] = "#71B9FF" +base[ACTIVE] = "#71FFAD" +fg[NORMAL] = "#ffffff" +fg[SELECTED] = "#71B9FF" +fg[ACTIVE] = "#71FFAD" } +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" +EOF +fi