summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"