summaryrefslogtreecommitdiff
path: root/skel-lxde
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2014-06-07 21:36:33 +0200
committerHolger Paradies <retabell@gmx.de>2014-06-09 20:16:58 +0200
commit1c023495e7c8888272ce7ff2698bfb6f31935a5b (patch)
treeec333f97f25234ffe505f8f306776fccf7062931 /skel-lxde
parentaba75d517c6a88aa73c96d1824fae728d87cc9b0 (diff)
downloadetcskel-kanotix-1c023495e7c8888272ce7ff2698bfb6f31935a5b.zip
etcskel-kanotix-1c023495e7c8888272ce7ff2698bfb6f31935a5b.tar.gz
Version-2.0.24 xfce4 notifyd config
Diffstat (limited to 'skel-lxde')
-rw-r--r--skel-lxde/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml8
-rw-r--r--skel-lxde/.local/share/themes/Kanotix/xfce-notify-4.0/gtkrc24
2 files changed, 32 insertions, 0 deletions
diff --git a/skel-lxde/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml b/skel-lxde/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml
new file mode 100644
index 0000000..b7068fd
--- /dev/null
+++ b/skel-lxde/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfce4-notifyd" version="1.0">
+ <property name="notify-location" type="uint" value="2"/>
+ <property name="theme" type="string" value="Kanotix"/>
+ <property name="initial-opacity" type="double" value="0.920000"/>
+ <property name="expire-timeout" type="int" value="10"/>
+</channel>
diff --git a/skel-lxde/.local/share/themes/Kanotix/xfce-notify-4.0/gtkrc b/skel-lxde/.local/share/themes/Kanotix/xfce-notify-4.0/gtkrc
new file mode 100644
index 0000000..5996620
--- /dev/null
+++ b/skel-lxde/.local/share/themes/Kanotix/xfce-notify-4.0/gtkrc
@@ -0,0 +1,24 @@
+style "kanotix-window"
+{
+ bg[NORMAL] = "#709CD2"
+ XfceNotifyWindow::border-color = "#ffffff"
+ XfceNotifyWindow::border-radius = 10.0
+ XfceNotifyWindow::border-width = 4.0
+}
+class "XfceNotifyWindow" style "kanotix-window"
+
+style "kanotix-button"
+{
+ bg[NORMAL] = "#709CD2"
+ bg[PRELIGHT] = "#404040"
+ fg[NORMAL] = "#ffffff"
+ fg[PRELIGHT] = "#ffffff"
+}
+widget_class "XfceNotifyWindow.*.GtkButton*" style "kanotix-button"
+
+style "kanotix-text"
+{
+ fg[NORMAL] = "#000000"
+ GtkWidget::link-color = "#a7a7a7"
+}
+widget_class "XfceNotifyWindow.*.<GtkLabel>" style "kanotix-text"