|
|
@@ -1,8 +1,8 @@ |
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
|
|
|
|
{% set i = 10 %} |
|
|
|
{% set i = 12 %} |
|
|
|
|
|
|
|
<channel name="xfce4-panel" version="1.0" locked="*" unlocked="leitung"> |
|
|
|
<channel name="xfce4-panel" version="1.0" locked="*" unlocked="root"> |
|
|
|
<property name="configver" type="int" value="2"/> |
|
|
|
<property name="panels" type="array"> |
|
|
|
<value type="int" value="1"/> |
|
|
@@ -24,16 +24,24 @@ |
|
|
|
<value type="int" value="7"/> |
|
|
|
<value type="int" value="8"/> |
|
|
|
<value type="int" value="9"/> |
|
|
|
<value type="int" value="10"/> |
|
|
|
<value type="int" value="11"/> |
|
|
|
</property> |
|
|
|
<property name="nrows" type="empty"/> |
|
|
|
<property name="nrows" type="uint" value="2"/> |
|
|
|
<property name="disable-struts" type="empty"/> |
|
|
|
<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="65535"/> |
|
|
|
</property> |
|
|
|
|
|
|
|
</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> |
|
|
|
<property name="plugin-1" type="string" value="whiskermenu"/> |
|
|
|
|
|
|
|
{% for app in application_starters %} |
|
|
|
<property name="plugin-{{ loop.index0 + i }}" type="string" value="launcher"> |
|
|
@@ -43,7 +51,15 @@ |
|
|
|
</property> |
|
|
|
{% endfor %} |
|
|
|
|
|
|
|
<property name="plugin-2" type="string" value="tasklist"/> |
|
|
|
<property name="plugin-2" type="string" value="tasklist"> |
|
|
|
<property name="include-all-workspaces" type="bool" value="false"/> |
|
|
|
<property name="include-all-monitors" type="bool" value="true"/> |
|
|
|
<property name="grouping" type="uint" value="0"/> |
|
|
|
<property name="middle-click" type="uint" value="1"/> |
|
|
|
<property name="show-wireframes" type="bool" value="false"/> |
|
|
|
<property name="flat-buttons" type="bool" value="true"/> |
|
|
|
<property name="show-labels" type="bool" value="true"/> |
|
|
|
</property> |
|
|
|
|
|
|
|
<property name="plugin-3" type="string" value="separator"> |
|
|
|
<property name="expand" type="bool" value="true"/> |
|
|
@@ -54,23 +70,29 @@ |
|
|
|
<property name="digital-format" type="empty"/> |
|
|
|
</property> |
|
|
|
|
|
|
|
<property name="plugin-5" type="string" value="pager"/> |
|
|
|
<property name="plugin-5" type="string" value="windowmenu"> |
|
|
|
<property name="style" type="uint" value="0"/> |
|
|
|
<property name="workspace-actions" type="bool" value="true"/> |
|
|
|
<property name="workspace-names" type="bool" value="true"/> |
|
|
|
<property name="urgentcy-notification" type="bool" value="true"/> |
|
|
|
<property name="all-workspaces" type="bool" value="true"/> |
|
|
|
</property> |
|
|
|
|
|
|
|
<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="plugin-7" type="string" value="pager"/> |
|
|
|
|
|
|
|
<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-8" type="string" value="clock"> |
|
|
|
<property name="digital-format" type="string" value="%a %x %R"/> |
|
|
|
<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-9" type="string" value="actions"> |
|
|
|
<property name="plugin-11" type="string" value="actions"> |
|
|
|
<property name="items" type="array"> |
|
|
|
<value type="string" value="-separator"/> |
|
|
|
<value type="string" value="-logout-dialog"/> |
|
|
@@ -83,6 +105,7 @@ |
|
|
|
<value type="string" value="-shutdown"/> |
|
|
|
</property> |
|
|
|
<property name="appearance" type="uint" value="0"/> |
|
|
|
<property name="invert-orientation" type="bool" value="true"/> |
|
|
|
</property> |
|
|
|
|
|
|
|
</property> |
|
|
|