tamir_seffaf_maa

This commit is contained in:
milisbir 2018-01-11 02:07:31 +02:00
parent 0c8389c5a3
commit dc63cec82c
1 changed files with 15 additions and 0 deletions

15
bin/tamir_seffaf_masa Executable file
View File

@ -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