From dc63cec82c5dc88e2392eb42cde8c74bcfdcff42 Mon Sep 17 00:00:00 2001 From: milisbir Date: Thu, 11 Jan 2018 02:07:31 +0200 Subject: [PATCH] tamir_seffaf_maa --- bin/tamir_seffaf_masa | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 bin/tamir_seffaf_masa 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