[Frugalware-git] artwork: * simplifying xfce4-panel custom file
Devil505
devil505linux at gmail.com
Thu Nov 17 09:51:21 CET 2011
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=artwork.git;a=commitdiff;h=81250f87150679dc5f21a26048c4e142fe01305b
commit 81250f87150679dc5f21a26048c4e142fe01305b
Author: Devil505 <devil505linux at gmail.com>
Date: Thu Nov 17 09:51:08 2011 +0100
* simplifying xfce4-panel custom file
diff --git a/xfce-frugalware/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml b/xfce-frugalware/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
index 116a1cc..73a837e 100644
--- a/xfce-frugalware/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
+++ b/xfce-frugalware/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
@@ -3,10 +3,11 @@
<channel name="xfce4-panel" version="1.0">
<property name="panels" type="uint" value="1">
<property name="panel-0" type="empty">
- <property name="size" type="uint" value="22"/>
+ <property name="position" type="string" value="p=6;x=0;y=0"/>
<property name="length" type="uint" value="100"/>
- <property name="locked" type="empty"/>
- <property name="autohide" type="empty"/>
+ <property name="size" type="uint" value="22"/>
+ <property name="position-locked" type="bool" value="true"/>
+ <property name="autohide" type="bool" value="false"/>
<property name="plugin-ids" type="array">
<value type="int" value="1"/>
<value type="int" value="2"/>
@@ -17,17 +18,7 @@
<value type="int" value="7"/>
<value type="int" value="8"/>
<value type="int" value="9"/>
- <value type="int" value="10"/>
- <value type="int" value="11"/>
- <value type="int" value="12"/>
- <value type="int" value="13"/>
- <value type="int" value="14"/>
</property>
- <property name="horizontal" type="bool" value="true"/>
- <property name="position" type="string" value="p=6;x=0;y=0"/>
- <property name="leave-opacity" type="uint" value="100"/>
- <property name="enter-opacity" type="uint" value="100"/>
- <property name="position-locked" type="bool" value="true"/>
</property>
</property>
<property name="plugins" type="empty">
@@ -38,38 +29,23 @@
<property name="custom-menu" type="bool" value="false"/>
<property name="custom-menu-file" type="string" value="/etc/xdg/menus/xfce-applications.menu"/>
</property>
- <property name="plugin-2" type="string" value="separator"/>
- <property name="plugin-3" type="string" value="launcher">
- <property name="move-first" type="bool" value="false"/>
+ <property name="plugin-2" type="string" value="launcher">
<property name="items" type="array">
- <value type="string" value="Thunar.desktop"/>
+ <value type="string" value="/usr/share/applications/exo-terminal-emulator.desktop"/>
</property>
</property>
- <property name="plugin-6" type="string" value="launcher">
- <property name="move-first" type="bool" value="false"/>
+ <property name="plugin-3" type="string" value="launcher">
<property name="items" type="array">
- <value type="string" value="Terminal.desktop"/>
+ <value type="string" value="/usr/share/applications/exo-web-browser.desktop"/>
</property>
</property>
- <property name="plugin-7" type="string" value="tasklist"/>
- <property name="plugin-8" type="string" value="systray">
- <property name="show-frame" type="bool" value="false"/>
- </property>
- <property name="plugin-9" type="string" value="pager"/>
- <property name="plugin-10" type="string" value="showdesktop"/>
- <property name="plugin-11" type="string" value="separator"/>
- <property name="plugin-12" type="string" value="clock">
- <property name="mode" type="uint" value="2"/>
- <property name="digital-format" type="string" value="%R"/>
- <property name="tooltip-format" type="string" value="%A %d %B %Y"/>
- <property name="show-frame" type="bool" value="false"/>
- <property name="show-seconds" type="bool" value="false"/>
- <property name="show-military" type="bool" value="true"/>
- <property name="show-meridiem" type="bool" value="false"/>
- <property name="flash-separators" type="bool" value="false"/>
- <property name="true-binary" type="bool" value="false"/>
+ <property name="plugin-4" type="string" value="tasklist">
+ <property name="grouping" type="bool" value="true"/>
</property>
- <property name="plugin-13" type="string" value="separator"/>
- <property name="plugin-14" type="string" value="actions"/>
+ <property name="plugin-5" type="string" value="pager"/>
+ <property name="plugin-6" type="string" value="systray"/>
+ <property name="plugin-7" type="string" value="battmon"/>
+ <property name="plugin-8" type="string" value="clock"/>
+ <property name="plugin-9" type="string" value="actions"/>
</property>
-</channel>
+</channel>
\ No newline at end of file
More information about the Frugalware-git
mailing list