Hey Enlik, I'm not 100% sure how the xfce-panel works. We want to add
volume controls. I've taken the XML file from skel and created a diff/patch
from it and a fresh install that includes the volume control. Can you
please take a look and adjust accordingly? I'm pretty sure the
names-ordered section is unnecessary and we can do without it just like the
original in /etc/skel.
--- /etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
+++ /home/darksurf/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
@@ -14,6 +14,7 @@
<value type="int" value="10"/>
<value type="int" value="12"/>
<value type="int" value="6"/>
+ <value type="int" value="14"/>
<value type="int" value="5"/>
</property>
<property name="size" type="uint" value="22"/>
@@ -57,6 +58,10 @@
</property>
<property name="plugin-6" type="string" value="systray">
<property name="show-frame" type="bool" value="true"/>
+ <property name="names-ordered" type="array">
+ <value type="string" value="magneto.py"/>
+ <value type="string" value="networkmanager applet"/>
+ </property>
</property>
<property name="plugin-12" type="string" value="separator">
<property name="style" type="uint" value="0"/>
@@ -101,6 +106,9 @@
<property name="arrow-position" type="uint" value="5"/>
</property>
<property name="plugin-3" type="string" value="xfce4-clipman-plugin"/>
+ <property name="plugin-14" type="string" value="pulseaudio">
+ <property name="enable-keyboard-shortcuts" type="bool" value="true"/>
+ </property>
</property>
<property name="configver" type="int" value="2"/>
</channel>