mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2025-12-06 07:12:01 +01:00
Merge branch 'xfce-panel' into 'main'
Update xfce panel configuration See merge request systemrescue/systemrescue-sources!297
This commit is contained in:
commit
2730aa5970
|
|
@ -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