Bläddra i källkod

notes and clipman plugin

master
Markus Brechtel 5 år sedan
förälder
incheckning
34bac69815
1 ändrade filer med 6 tillägg och 4 borttagningar
  1. +6
    -4
      templates/xfce4-panel.xml.j2

+ 6
- 4
templates/xfce4-panel.xml.j2 Visa fil

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

{% set i = 14 %}
{% set i = 15 %}
{% if kita_plus_url is defined %}
{% set application_starters = application_starters + ["kitaplus"] %}
{% endif %}
@@ -20,11 +20,12 @@
{% for app in application_starters %}
<value type="int" value="{{ loop.index0 + i }}"/>
{% endfor %}
<value type="int" value="13"/>
<value type="int" value="2"/>
<value type="int" value="3"/>
<value type="int" value="4"/>
<value type="int" value="5"/>
<value type="int" value="14"/>
<value type="int" value="13"/>
<value type="int" value="6"/>
<value type="int" value="7"/>
<value type="int" value="8"/>
@@ -68,8 +69,6 @@
</property>
{% endfor %}

<property name="plugin-13" type="string" value="xfce4-notes-plugin"/>

<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"/>
@@ -97,6 +96,9 @@
<property name="digital-format" type="empty"/>
</property>

<property name="plugin-14" type="string" value="xfce4-clipman-plugin"/>
<property name="plugin-13" type="string" value="xfce4-notes-plugin"/>

<property name="plugin-6" type="string" value="pager">
<property name="rows" type="uint" value="2"/>
</property>


Laddar…
Avbryt
Spara