Ver Fonte

Add xfce notification settings

Andrew Swistak há 11 anos atrás
pai
commit
9d94fcdc95

+ 2 - 1
bin/manage_dotfiles.sh

@@ -47,7 +47,7 @@ link() {
 }
 
 install_dotfiles() {
-  mkdir -p $HOME/.config
+  mkdir -p $HOME/.config/{,xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml/}
   confs=(
     'bashrc'
     'fehbg'
@@ -64,6 +64,7 @@ install_dotfiles() {
     'config/tint2'
     'config/touchegg'
     'config/awesome'
+    'config/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml'
   )
   for conf in ${confs[@]}; do
     echo "Linking $conf to $HOME/.$conf"

+ 7 - 0
config/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml

@@ -0,0 +1,7 @@
+<?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="Arkid"/>
+  <property name="initial-opacity" type="double" value="0.800000"/>
+</channel>