xfce4: update panel configuration

This commit is contained in:
Daniel Langbein 2021-05-24 16:52:51 +02:00
parent 6971c20990
commit 09c2563a38
2 changed files with 4 additions and 46 deletions

View File

@ -2,7 +2,7 @@
_pkgname=xfce4 _pkgname=xfce4
_reponame=arch _reponame=arch
pkgname="de-p1st-$_pkgname" pkgname="de-p1st-$_pkgname"
pkgver=0.0.11 pkgver=0.0.12
pkgrel=1 pkgrel=1
pkgdesc="XFCE4 with configuration" pkgdesc="XFCE4 with configuration"
arch=('any') arch=('any')

View File

@ -2,12 +2,13 @@
<!-- Changes from default panel configuration: <!-- Changes from default panel configuration:
* Add Whisker-Menu to the left; remove Applications Menu from left; remove user from the right; * Add Whisker-Menu to the left; remove Applications Menu from left; remove user from the right;
* Remove lower panel (panel number 2)
--> -->
<channel name="xfce4-panel" version="1.0"> <channel name="xfce4-panel" version="1.0">
<property name="configver" type="int" value="2"/> <property name="configver" type="int" value="2"/>
<property name="panels" type="array"> <property name="panels" type="array">
<value type="int" value="1"/> <value type="int" value="1"/>
<value type="int" value="2"/>
<property name="dark-mode" type="bool" value="true"/> <property name="dark-mode" type="bool" value="true"/>
<property name="panel-1" type="empty"> <property name="panel-1" type="empty">
<property name="position" type="string" value="p=6;x=0;y=0"/> <property name="position" type="string" value="p=6;x=0;y=0"/>
@ -29,23 +30,6 @@
<value type="int" value="13"/> <value type="int" value="13"/>
</property> </property>
</property> </property>
<property name="panel-2" type="empty">
<property name="autohide-behavior" type="uint" value="1"/>
<property name="position" type="string" value="p=10;x=0;y=0"/>
<property name="length" type="uint" value="1"/>
<property name="position-locked" type="bool" value="true"/>
<property name="size" type="uint" value="48"/>
<property name="plugin-ids" type="array">
<value type="int" value="15"/>
<value type="int" value="16"/>
<value type="int" value="17"/>
<value type="int" value="18"/>
<value type="int" value="19"/>
<value type="int" value="20"/>
<value type="int" value="21"/>
<value type="int" value="22"/>
</property>
</property>
</property> </property>
<property name="plugins" type="empty"> <property name="plugins" type="empty">
<property name="plugin-2" type="string" value="tasklist"> <property name="plugin-2" type="string" value="tasklist">
@ -78,32 +62,6 @@
<property name="plugin-13" type="string" value="separator"> <property name="plugin-13" type="string" value="separator">
<property name="style" type="uint" value="0"/> <property name="style" type="uint" value="0"/>
</property> </property>
<property name="plugin-15" type="string" value="showdesktop"/>
<property name="plugin-16" type="string" value="separator"/>
<property name="plugin-17" type="string" value="launcher">
<property name="items" type="array">
<value type="string" value="16209992641.desktop"/>
</property>
</property>
<property name="plugin-18" type="string" value="launcher">
<property name="items" type="array">
<value type="string" value="16209992642.desktop"/>
</property>
</property>
<property name="plugin-19" type="string" value="launcher">
<property name="items" type="array">
<value type="string" value="16209992643.desktop"/>
</property>
</property>
<property name="plugin-20" type="string" value="launcher">
<property name="items" type="array">
<value type="string" value="16209992644.desktop"/>
</property>
</property>
<property name="plugin-21" type="string" value="separator"/>
<property name="plugin-22" type="string" value="directorymenu">
<property name="base-directory" type="string" value="/home/yoda"/>
</property>
<property name="plugin-7" type="string" value="whiskermenu"/> <property name="plugin-7" type="string" value="whiskermenu"/>
</property> </property>
</channel> </channel>