You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

147 lines
6.0KB

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