|
|
@@ -1,18 +1,19 @@ |
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
|
|
|
|
{% set i = 12 %} |
|
|
|
{% set i = 13 %} |
|
|
|
|
|
|
|
<channel name="xfce4-panel" version="1.0" locked="*" unlocked="{{kiosk_unlocked_users}}"> |
|
|
|
<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="position" type="string" value="p=12;x=0;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="size" type="uint" value="42"/> |
|
|
|
<property name="plugin-ids" type="array"> |
|
|
|
<value type="int" value="1"/> |
|
|
|
<value type="int" value="12"/> |
|
|
|
{% for app in application_starters %} |
|
|
|
<value type="int" value="{{ loop.index0 + i }}"/> |
|
|
|
{% endfor %} |
|
|
@@ -32,9 +33,9 @@ |
|
|
|
<property name="background-style" type="uint" value="1"/> |
|
|
|
<property name="background-alpha" type="uint" value="50"/> |
|
|
|
<property name="background-color" type="array"> |
|
|
|
<value type="uint" value="54965"/> |
|
|
|
<value type="uint" value="54965"/> |
|
|
|
<value type="uint" value="54965"/> |
|
|
|
<value type="uint" value="58982"/> |
|
|
|
<value type="uint" value="58982"/> |
|
|
|
<value type="uint" value="58982"/> |
|
|
|
<value type="uint" value="65535"/> |
|
|
|
</property> |
|
|
|
|
|
|
@@ -43,6 +44,18 @@ |
|
|
|
<property name="plugins" type="empty"> |
|
|
|
<property name="plugin-1" type="string" value="whiskermenu"/> |
|
|
|
|
|
|
|
<property name="plugin-12" type="string" value="places"> |
|
|
|
<property name="show-button-type" type="int" value="2"/> |
|
|
|
<property name="show-icons" type="bool" value="true"/> |
|
|
|
<property name="button-label" type="string" value=""/> |
|
|
|
<property name="search-cmd" type="string" value="gnome-search-tool"/> |
|
|
|
<property name="mount-open-volumes" type="bool" value="true"/> |
|
|
|
<property name="show-volumes" type="bool" value="true"/> |
|
|
|
<property name="show-bookmarks" type="bool" value="true"/> |
|
|
|
<property name="show-recent" type="bool" value="true"/> |
|
|
|
<property name="show-recent-clear" type="bool" value="true"/> |
|
|
|
</property> |
|
|
|
|
|
|
|
{% for app in application_starters %} |
|
|
|
<property name="plugin-{{ loop.index0 + i }}" type="string" value="launcher"> |
|
|
|
<property name="items" type="array"> |
|
|
@@ -82,25 +95,25 @@ |
|
|
|
<property name="rows" type="uint" value="2"/> |
|
|
|
</property> |
|
|
|
|
|
|
|
<property name="plugin-7" type="string" value="systray"/> |
|
|
|
<property name="plugin-7" type="string" value="systray"> |
|
|
|
<property name="size-max" type="uint" value="32"/> |
|
|
|
<property name="show-frame" type="bool" value="false"/> |
|
|
|
</property> |
|
|
|
|
|
|
|
<property name="plugin-8" type="string" value="pulseaudio"> |
|
|
|
<property name="enable-keyboard-shortcuts" type="bool" value="true"/> |
|
|
|
</property> |
|
|
|
<property name="plugin-9" type="string" value="power-manager-plugin"/> |
|
|
|
|
|
|
|
<property name="plugin-10" type="string" value="clock"> |
|
|
|
<property name="digital-format" type="string" value="%a %d.%m. – %H:%M"/> |
|
|
|
<property name="mode" type="uint" value="2"/> |
|
|
|
</property> |
|
|
|
<property name="plugin-10" type="string" value="datetime"/> |
|
|
|
|
|
|
|
<property name="plugin-11" 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="+lock-screen"/> |
|
|
|
<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"/> |
|
|
|