mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-01-06 00:29:58 +01:00
Update xfce panel configuration
This commit is contained in:
parent
7bc538444b
commit
a0fda2e85e
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<channel name="xfce4-notifyd" version="1.0">
|
||||
<property name="log-max-size-enabled" type="bool" value="true"/>
|
||||
<property name="applications" type="empty">
|
||||
<property name="known_applications" type="array">
|
||||
<value type="string" value="org.freedesktop.network-manager-applet"/>
|
||||
<value type="string" value="Xfce volume control"/>
|
||||
<value type="string" value="xfce4-power-manager"/>
|
||||
<value type="string" value="xfce4-settings-helper"/>
|
||||
</property>
|
||||
</property>
|
||||
</channel>
|
||||
|
|
@ -64,12 +64,14 @@
|
|||
</property>
|
||||
<property name="plugin-9" type="string" value="systray">
|
||||
<property name="icon-size" type="int" value="0"/>
|
||||
<property name="known-legacy-items" type="array">
|
||||
<value type="string" value="network"/>
|
||||
<value type="string" value="networkmanager applet"/>
|
||||
<value type="string" value="xfce4-power-manager"/>
|
||||
</property>
|
||||
<property name="known-items" type="array">
|
||||
<value type="string" value="nm-applet"/>
|
||||
</property>
|
||||
<property name="known-legacy-items" type="array">
|
||||
<value type="string" value="xfce4-power-manager"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="plugin-10" type="string" value="clock">
|
||||
<property name="digital-format" type="string" value="%T"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue