summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2011-06-08 22:39:02 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2011-06-08 22:39:02 +0200
commitd0168dc967cc8e1693e84b4a90c919c297418193 (patch)
tree2ac89af34e1eba572f3f6ba15eb5516765f84ac4
parent24f2eb989573ef2d79d560f6b58a79d5cb3c9eaa (diff)
downloaddotfiles-d0168dc967cc8e1693e84b4a90c919c297418193.tar.gz
dotfiles-d0168dc967cc8e1693e84b4a90c919c297418193.tar.bz2
dotfiles-d0168dc967cc8e1693e84b4a90c919c297418193.zip
gtkrc stuff for Qt-Gtk-Style
-rw-r--r--.gtkrc-2.07
-rw-r--r--.zshenv1
2 files changed, 8 insertions, 0 deletions
diff --git a/.gtkrc-2.0 b/.gtkrc-2.0
new file mode 100644
index 0000000..6329a84
--- /dev/null
+++ b/.gtkrc-2.0
@@ -0,0 +1,7 @@
+gtk-theme-name = "Xfce-4.0"
+# include rc style for the xfce4-notes-plugin
+
+include "/home/necoro/.config/xfce4/panel/xfce4-notes-plugin.gtkrc"
+
+# end of automatic change
+
diff --git a/.zshenv b/.zshenv
index 26c7a25..21c7a8c 100644
--- a/.zshenv
+++ b/.zshenv
@@ -10,3 +10,4 @@ autoload ${fpath[1]}/*(:t)
# exports
export ECHANGELOG_USER="René Neumann (Necoro) <gentoo@necoro.eu>"
export EDITOR=vim
+export GTK2_RC_FILES="/home/necoro/.gtkrc-2.0"