diff options
author | Jani Välimaa <wally@mageia.org> | 2012-08-12 09:08:00 +0000 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2012-08-12 09:08:00 +0000 |
commit | c3cbc5273085da742eba43438ac3cfc4b095f5d0 (patch) | |
tree | 16a74fcec3b17b27ec17d93be36169aaadfec88c /data/xfce4/xfconf/xfce-perchannel-xml | |
parent | 9aa23c3ceb6d9c66ebee222b18fa55a5647afb5a (diff) | |
download | config-c3cbc5273085da742eba43438ac3cfc4b095f5d0.tar config-c3cbc5273085da742eba43438ac3cfc4b095f5d0.tar.gz config-c3cbc5273085da742eba43438ac3cfc4b095f5d0.tar.bz2 config-c3cbc5273085da742eba43438ac3cfc4b095f5d0.tar.xz config-c3cbc5273085da742eba43438ac3cfc4b095f5d0.zip |
- clean systray settings
- hide systray and clock frame
Diffstat (limited to 'data/xfce4/xfconf/xfce-perchannel-xml')
-rw-r--r-- | data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml index 3226273..4d991a5 100644 --- a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml +++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml @@ -84,13 +84,11 @@ </property> <property name="plugin-17" type="string" value="xfce4-mixer-plugin"/> <property name="plugin-18" type="string" value="systray"> - <property name="names-visible" type="array"> - <value type="string" value="xfce4-power-manager"/> - <value type="string" value="net_applet"/> - <value type="string" value="mgaapplet"/> - </property> + <property name="show-frame" type="bool" value="false"/> + </property> + <property name="plugin-19" type="string" value="clock"> + <property name="show-frame" type="bool" value="false"/> </property> - <property name="plugin-19" type="string" value="clock"/> <property name="plugin-20" type="string" value="actions"> <property name="appearance" type="uint" value="0"/> <property name="items" type="array"> |