[Xfce4-commits] [xfce/xfce4-panel] 01/01: Hide systray frame in default panel config
noreply at xfce.org
noreply at xfce.org
Mon May 13 23:00:38 CEST 2019
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfce4-panel.
commit 6e0ddceaa0afa097ad5bce839bc5d79d233a547b
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Mon May 13 22:59:52 2019 +0200
Hide systray frame in default panel config
---
migrate/default.xml.in | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/migrate/default.xml.in b/migrate/default.xml.in
index 572b026..158f011 100644
--- a/migrate/default.xml.in
+++ b/migrate/default.xml.in
@@ -46,7 +46,9 @@
</property>
<property name="plugin-4" type="string" value="pager"/>
<property name="plugin-5" type="string" value="clock"/>
- <property name="plugin-6" type="string" value="systray"/>
+ <property name="plugin-6" type="string" value="systray">
+ <property name="show-frame" type="bool" value="false"/>
+ </property>
<property name="plugin-7" type="string" value="showdesktop"/>
<property name="plugin-8" type="string" value="separator"/>
<property name="plugin-9" type="string" value="launcher">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list