소스 검색

notes plugin

master
Markus Brechtel 5 년 전
부모
커밋
a94f8786a8
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. +4
    -1
      templates/xfce4-panel.xml.j2

+ 4
- 1
templates/xfce4-panel.xml.j2 파일 보기

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

{% set i = 13 %}
{% set i = 14 %}
{% if kita_plus_url is defined %}
{% set application_starters = application_starters + ["kitaplus"] %}
{% endif %}
@@ -20,6 +20,7 @@
{% 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"/>
@@ -67,6 +68,8 @@
</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"/>


불러오는 중...
취소
저장