Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

136 строки
5.6KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. {% set i = 15 %}
  3. {% if kita_plus_url is defined %}
  4. {% set application_starters = application_starters + ["kitaplus"] %}
  5. {% endif %}
  6. <channel name="xfce4-panel" version="1.0" {% if xfce_lock_panel %} locked="*" unlocked="{{kiosk_unlocked_users}}" {% endif %}>
  7. <property name="configver" type="int" value="2"/>
  8. <property name="panels" type="array">
  9. <value type="int" value="1"/>
  10. <property name="panel-1" type="empty">
  11. <property name="position" type="string" value="p=12;x=0;y=997"/>
  12. <property name="length" type="uint" value="100"/>
  13. <property name="position-locked" type="bool" value="true"/>
  14. <property name="size" type="uint" value="42"/>
  15. <property name="plugin-ids" type="array">
  16. <value type="int" value="1"/>
  17. <value type="int" value="12"/>
  18. {% for app in application_starters %}
  19. <value type="int" value="{{ loop.index0 + i }}"/>
  20. {% endfor %}
  21. <value type="int" value="2"/>
  22. <value type="int" value="3"/>
  23. <value type="int" value="4"/>
  24. <value type="int" value="5"/>
  25. <value type="int" value="14"/>
  26. <value type="int" value="13"/>
  27. <value type="int" value="6"/>
  28. <value type="int" value="7"/>
  29. <value type="int" value="8"/>
  30. <value type="int" value="9"/>
  31. <value type="int" value="10"/>
  32. <value type="int" value="11"/>
  33. </property>
  34. <property name="nrows" type="uint" value="2"/>
  35. <property name="disable-struts" type="empty"/>
  36. <property name="background-style" type="uint" value="1"/>
  37. <property name="background-alpha" type="uint" value="50"/>
  38. <property name="background-color" type="array">
  39. <value type="uint" value="58982"/>
  40. <value type="uint" value="58982"/>
  41. <value type="uint" value="58982"/>
  42. <value type="uint" value="65535"/>
  43. </property>
  44. </property>
  45. </property>
  46. <property name="plugins" type="empty">
  47. <property name="plugin-1" type="string" value="whiskermenu"/>
  48. <property name="plugin-12" type="string" value="places">
  49. <property name="show-button-type" type="int" value="2"/>
  50. <property name="show-icons" type="bool" value="true"/>
  51. <property name="button-label" type="string" value=""/>
  52. <property name="search-cmd" type="string" value="gnome-search-tool"/>
  53. <property name="mount-open-volumes" type="bool" value="true"/>
  54. <property name="show-volumes" type="bool" value="true"/>
  55. <property name="show-bookmarks" type="bool" value="true"/>
  56. <property name="show-recent" type="bool" value="true"/>
  57. <property name="show-recent-clear" type="bool" value="true"/>
  58. </property>
  59. {% for app in application_starters %}
  60. <property name="plugin-{{ loop.index0 + i }}" type="string" value="launcher">
  61. <property name="items" type="array">
  62. <value type="string" value="{{app}}.desktop"/>
  63. </property>
  64. </property>
  65. {% endfor %}
  66. <property name="plugin-2" type="string" value="tasklist">
  67. <property name="include-all-workspaces" type="bool" value="false"/>
  68. <property name="include-all-monitors" type="bool" value="true"/>
  69. <property name="grouping" type="uint" value="0"/>
  70. <property name="middle-click" type="uint" value="1"/>
  71. <property name="show-wireframes" type="bool" value="false"/>
  72. <property name="flat-buttons" type="bool" value="true"/>
  73. <property name="show-labels" type="bool" value="true"/>
  74. </property>
  75. <property name="plugin-3" type="string" value="separator">
  76. <property name="expand" type="bool" value="true"/>
  77. <property name="style" type="uint" value="0"/>
  78. </property>
  79. <property name="plugin-4" type="string" value="windowmenu">
  80. <property name="style" type="uint" value="0"/>
  81. <property name="workspace-actions" type="bool" value="true"/>
  82. <property name="workspace-names" type="bool" value="true"/>
  83. <property name="urgentcy-notification" type="bool" value="true"/>
  84. <property name="all-workspaces" type="bool" value="true"/>
  85. </property>
  86. <property name="plugin-5" type="string" value="showdesktop">
  87. <property name="digital-format" type="empty"/>
  88. </property>
  89. <property name="plugin-14" type="string" value="xfce4-clipman-plugin"/>
  90. <property name="plugin-13" type="string" value="xfce4-notes-plugin"/>
  91. <property name="plugin-6" type="string" value="pager">
  92. <property name="rows" type="uint" value="2"/>
  93. </property>
  94. <property name="plugin-7" type="string" value="systray">
  95. <property name="size-max" type="uint" value="32"/>
  96. <property name="show-frame" type="bool" value="false"/>
  97. </property>
  98. <property name="plugin-8" type="string" value="pulseaudio">
  99. <property name="enable-keyboard-shortcuts" type="bool" value="true"/>
  100. </property>
  101. <property name="plugin-9" type="string" value="power-manager-plugin"/>
  102. <property name="plugin-10" type="string" value="datetime"/>
  103. <property name="plugin-11" type="string" value="actions">
  104. <property name="items" type="array">
  105. <value type="string" value="-separator"/>
  106. <value type="string" value="-logout-dialog"/>
  107. <value type="string" value="-switch-user"/>
  108. <value type="string" value="+logout"/>
  109. <value type="string" value="+lock-screen"/>
  110. <value type="string" value="-hibernate"/>
  111. <value type="string" value="-suspend"/>
  112. <value type="string" value="-restart"/>
  113. <value type="string" value="-shutdown"/>
  114. </property>
  115. <property name="appearance" type="uint" value="0"/>
  116. <property name="invert-orientation" type="bool" value="true"/>
  117. </property>
  118. </property>
  119. </channel>