Optimisation desktop

This commit is contained in:
svnet 2020-10-13 22:38:47 +02:00
parent a311ee128c
commit e2b00b10ae
4 changed files with 17 additions and 19 deletions

View File

@ -93,4 +93,17 @@
</property> </property>
</property> </property>
</property> </property>
<property name="desktop-icons" type="empty">
<property name="file-icons" type="empty">
<property name="show-filesystem" type="bool" value="false"/>
<property name="show-removable" type="bool" value="false"/>
<property name="show-network-removable" type="bool" value="false"/>
<property name="show-device-removable" type="bool" value="false"/>
<property name="show-unknown-removable" type="bool" value="false"/>
</property>
</property>
<property name="last" type="empty">
<property name="window-width" type="int" value="785"/>
<property name="window-height" type="int" value="544"/>
</property>
</channel> </channel>

View File

@ -4,7 +4,6 @@
<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="panel-1" type="empty"> <property name="panel-1" type="empty">
<property name="position" type="string" value="p=8;x=400;y=578"/> <property name="position" type="string" value="p=8;x=400;y=578"/>
<property name="length" type="uint" value="100"/> <property name="length" type="uint" value="100"/>
@ -13,10 +12,11 @@
<property name="plugin-ids" type="array"> <property name="plugin-ids" type="array">
<value type="int" value="1"/> <value type="int" value="1"/>
<value type="int" value="15"/> <value type="int" value="15"/>
<value type="int" value="3"/>
<value type="int" value="4"/> <value type="int" value="4"/>
<value type="int" value="5"/>
<value type="int" value="6"/> <value type="int" value="6"/>
<value type="int" value="2"/> <value type="int" value="2"/>
<value type="int" value="5"/>
<value type="int" value="7"/> <value type="int" value="7"/>
<value type="int" value="8"/> <value type="int" value="8"/>
</property> </property>
@ -28,22 +28,6 @@
<value type="uint" value="65535"/> <value type="uint" value="65535"/>
</property> </property>
</property> </property>
<property name="panel-2" type="empty">
<property name="position" type="string" value="p=6;x=400;y=14"/>
<property name="length" type="uint" value="100"/>
<property name="size" type="uint" value="24"/>
<property name="position-locked" type="bool" value="true"/>
<property name="background-style" type="uint" value="1"/>
<property name="background-color" type="array">
<value type="uint" value="2570"/>
<value type="uint" value="9766"/>
<value type="uint" value="32639"/>
<value type="uint" value="65535"/>
</property>
<property name="plugin-ids" type="array">
<value type="int" value="3"/>
</property>
</property>
</property> </property>
<property name="plugins" type="empty"> <property name="plugins" type="empty">
<property name="plugin-1" type="string" value="applicationsmenu"> <property name="plugin-1" type="string" value="applicationsmenu">
@ -65,10 +49,10 @@
<value type="string" value="applet networkmanager"/> <value type="string" value="applet networkmanager"/>
</property> </property>
</property> </property>
<property name="plugin-3" type="string" value="tasklist"/>
<property name="plugin-7" type="string" value="pulseaudio"> <property name="plugin-7" type="string" value="pulseaudio">
<property name="enable-keyboard-shortcuts" type="bool" value="true"/> <property name="enable-keyboard-shortcuts" type="bool" value="true"/>
</property> </property>
<property name="plugin-8" type="string" value="power-manager-plugin"/> <property name="plugin-8" type="string" value="power-manager-plugin"/>
<property name="plugin-3" type="string" value="tasklist"/>
</property> </property>
</channel> </channel>

View File

@ -5,5 +5,6 @@
<property name="power-button-action" type="empty"/> <property name="power-button-action" type="empty"/>
<property name="brightness-switch-restore-on-exit" type="int" value="-1"/> <property name="brightness-switch-restore-on-exit" type="int" value="-1"/>
<property name="brightness-switch" type="int" value="0"/> <property name="brightness-switch" type="int" value="0"/>
<property name="show-panel-label" type="int" value="1"/>
</property> </property>
</channel> </channel>