Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- <?xml version="1.0" encoding="UTF-8"?>
-
- {% set i = 10 %}
-
- <channel name="xfce4-panel" version="1.0" locked="*" unlocked="leitung">
- <property name="configver" type="int" value="2"/>
- <property name="panels" type="array">
- <value type="int" value="1"/>
- <property name="panel-1" type="empty">
- <property name="position" type="string" value="p=12;x=302;y=997"/>
- <property name="length" type="uint" value="100"/>
- <property name="position-locked" type="bool" value="true"/>
- <property name="size" type="uint" value="32"/>
- <property name="plugin-ids" type="array">
- <value type="int" value="1"/>
- {% for app in application_starters %}
- <value type="int" value="{{ loop.index0 + i }}"/>
- {% endfor %}
- <value type="int" value="2"/>
- <value type="int" value="3"/>
- <value type="int" value="4"/>
- <value type="int" value="5"/>
- <value type="int" value="6"/>
- <value type="int" value="7"/>
- <value type="int" value="8"/>
- <value type="int" value="9"/>
- </property>
- <property name="nrows" type="empty"/>
- <property name="disable-struts" type="empty"/>
- </property>
- </property>
- <property name="plugins" type="empty">
-
- <property name="plugin-1" type="string" value="applicationsmenu">
- <property name="button-icon" type="string" value="applications-other"/>
- </property>
-
- {% for app in application_starters %}
- <property name="plugin-{{ loop.index0 + i }}" type="string" value="launcher">
- <property name="items" type="array">
- <value type="string" value="{{app}}.desktop"/>
- </property>
- </property>
- {% endfor %}
-
- <property name="plugin-2" type="string" value="tasklist"/>
-
- <property name="plugin-3" type="string" value="separator">
- <property name="expand" type="bool" value="true"/>
- <property name="style" type="uint" value="0"/>
- </property>
-
- <property name="plugin-4" type="string" value="showdesktop">
- <property name="digital-format" type="empty"/>
- </property>
-
- <property name="plugin-5" type="string" value="pager"/>
-
- <property name="plugin-6" type="string" value="systray"/>
-
- <property name="plugin-7" type="string" value="pulseaudio">
- <property name="items" type="array">
- <value type="string" value="15375422901.desktop"/>
- </property>
- <property name="enable-keyboard-shortcuts" type="bool" value="true"/>
- </property>
-
- <property name="plugin-8" type="string" value="clock">
- <property name="digital-format" type="string" value="%a %x %R"/>
- <property name="mode" type="uint" value="2"/>
- </property>
-
- <property name="plugin-9" type="string" value="actions">
- <property name="items" type="array">
- <value type="string" value="-separator"/>
- <value type="string" value="-logout-dialog"/>
- <value type="string" value="+switch-user"/>
- <value type="string" value="+logout"/>
- <value type="string" value="-lock-screen"/>
- <value type="string" value="-hibernate"/>
- <value type="string" value="-suspend"/>
- <value type="string" value="-restart"/>
- <value type="string" value="-shutdown"/>
- </property>
- <property name="appearance" type="uint" value="0"/>
- </property>
-
- </property>
- </channel>
|