From 1c023495e7c8888272ce7ff2698bfb6f31935a5b Mon Sep 17 00:00:00 2001 From: Holger Paradies Date: Sat, 7 Jun 2014 21:36:33 +0200 Subject: Version-2.0.24 xfce4 notifyd config --- debian/changelog | 6 ++++++ debian/etcskel-kanotix-lxde.install | 1 + .../xfconf/xfce-perchannel-xml/xfce4-notifyd.xml | 8 ++++++++ .../share/themes/Kanotix/xfce-notify-4.0/gtkrc | 24 ++++++++++++++++++++++ 4 files changed, 39 insertions(+) create mode 100644 skel-lxde/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml create mode 100644 skel-lxde/.local/share/themes/Kanotix/xfce-notify-4.0/gtkrc diff --git a/debian/changelog b/debian/changelog index 193fa35..1980286 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +etcskel-kanotix (2.0.24) unstable; urgency=low + + * xfce4-notifyd config and theme + + -- Holger Paradies Sat, 07 Jun 2014 21:35:11 +0200 + etcskel-kanotix (2.0.23) dragonfire; urgency=medium * nepomukserverrc - disable nepomukfileindexer diff --git a/debian/etcskel-kanotix-lxde.install b/debian/etcskel-kanotix-lxde.install index 6c9a5e2..1c23513 100644 --- a/debian/etcskel-kanotix-lxde.install +++ b/debian/etcskel-kanotix-lxde.install @@ -1,4 +1,5 @@ skel-lxde/.config etc/skel/ +skel-lxde/.local etc/skel/ skel-lxde/Templates etc/skel/ skel-lxde/.xsessionrc etc/skel/ skel-lxde/xfce4-power-manager-wrapper usr/bin/ 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 @@ + + + + + + + + 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.*." style "kanotix-text" -- cgit v1.0