Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

128 Zeilen
5.2KB

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