From ff7369bc28efe05ace7e9900f98083e982caf3fa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= <paul@plutz.net> Date: Wed, 17 Jul 2019 21:45:38 +0200 Subject: [PATCH] more readable panel bar configuration --- .../xfce-perchannel-xml/xfce4-panel.xml | 75 ++++++++++--------- 1 file changed, 39 insertions(+), 36 deletions(-) diff --git a/modules/xfce/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml b/modules/xfce/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml index 19907e6..4c4feb7 100644 --- a/modules/xfce/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml +++ b/modules/xfce/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml @@ -11,54 +11,57 @@ <property name="length" type="uint" value="100"/> <property name="background-style" type="uint" value="0"/> <property name="plugin-ids" type="array"> - <value type="int" value="1"/> - <value type="int" value="11"/> - <value type="int" value="8"/> <value type="int" value="10"/> - <value type="int" value="9"/> - <value type="int" value="12"/> - <value type="int" value="5"/> - <value type="int" value="7"/> - <value type="int" value="4"/> - <value type="int" value="3"/> - <value type="int" value="2"/> + <value type="int" value="20"/> + <value type="int" value="100"/> + <value type="int" value="110"/> + <value type="int" value="200"/> + <value type="int" value="210"/> + <value type="int" value="300"/> + <value type="int" value="310"/> + <value type="int" value="320"/> + <value type="int" value="330"/> + <value type="int" value="340"/> </property> </property> </property> <property name="plugins" type="empty"> - <property name="plugin-1" type="string" value="whiskermenu"/> - <property name="plugin-2" type="string" value="clock"/> - <property name="plugin-3" type="string" value="systray"> - <property name="show-frame" type="bool" value="false"/> - </property> - <property name="plugin-4" type="string" value="pulseaudio"> - <property name="enable-keyboard-shortcuts" type="bool" value="true"/> + <property name="plugin-10" type="string" value="whiskermenu"/> + <property name="plugin-20" type="string" value="separator"> + <property name="style" type="uint" value="1"/> </property> - <property name="plugin-5" type="string" value="tasklist"> + <property name="plugin-100" type="string" value="launcher"><property name="items" type="array"> + <value type="string" value="/usr/share/applications/exo-file-manager.desktop"/> + </property></property> + <property name="plugin-110" type="string" value="launcher"><property name="items" type="array"> + <value type="string" value="/usr/share/applications/exo-terminal-emulator.desktop"/> + </property></property> + <property name="plugin-120" type="string" value="launcher"><property name="items" type="array"> + <value type="string" value="/usr/share/applications/libreoffice-startcenter.desktop"/> + </property></property> + <property name="plugin-130" type="string" value="launcher"><property name="items" type="array"> + <value type="string" value="/usr/share/applications/chromium.desktop"/> + </property></property> + <property name="plugin-140" type="string" value="launcher"><property name="items" type="array"> + <value type="string" value="/usr/share/applications/firefox-esr.desktop"/> + </property></property> + <property name="plugin-200" type="string" value="separator"/> + <property name="plugin-210" type="string" value="tasklist"> <property name="show-handle" type="bool" value="false"/> </property> - <property name="plugin-7" type="string" value="separator"> + <property name="plugin-300" type="string" value="separator"> <property name="expand" type="bool" value="true"/> <property name="style" type="uint" value="0"/> </property> - <property name="plugin-8" type="string" value="launcher"> - <property name="items" type="array"> - <value type="string" value="/usr/share/applications/exo-file-manager.desktop"/> - </property> - </property> - <property name="plugin-9" type="string" value="launcher"> - <property name="items" type="array"> - <value type="string" value="/etc/xdg/xfce4/panel/launcher-xvkbd/xvkbd.desktop"/> - </property> - </property> - <property name="plugin-10" type="string" value="launcher"> - <property name="items" type="array"> - <value type="string" value="/usr/share/applications/exo-terminal-emulator.desktop"/> - </property> + <property name="plugin-310" type="string" value="pulseaudio"> + <property name="enable-keyboard-shortcuts" type="bool" value="true"/> </property> - <property name="plugin-11" type="string" value="separator"> - <property name="style" type="uint" value="1"/> + <property name="plugin-320" type="string" value="systray"> + <property name="show-frame" type="bool" value="false"/> </property> - <property name="plugin-12" type="string" value="separator"/> + <property name="plugin-330" type="string" value="clock"/> + <property name="plugin-340" type="string" value="launcher"><property name="items" type="array"> + <value type="string" value="/etc/xdg/xfce4/panel/launcher-xvkbd/xvkbd.desktop"/> + </property></property> </property> </channel> -- 2.39.5