Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Este repositório está arquivado. Você pode visualizar os arquivos e realizar clone, mas não poderá realizar push nem abrir issues e pull requests.

xfce4-panel.xml.j2 5.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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={% if xfce_pannel_on_top %}6{% else %}12{% endif %};x=0;y=0"/>
  9. <property name="length" type="uint" value="100"/>
  10. <property name="position-locked" type="bool" value="true"/>
  11. <property name="size" type="uint" value="28"/>
  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="0"/>
  36. </property>
  37. </property>
  38. <property name="plugins" type="empty">
  39. <property name="plugin-1" type="string" value="whiskermenu"/>
  40. <property name="plugin-12" type="string" value="places">
  41. <property name="show-button-type" type="int" value="2"/>
  42. <property name="show-icons" type="bool" value="true"/>
  43. <property name="button-label" type="string" value=""/>
  44. <property name="search-cmd" type="string" value="catfish"/>
  45. <property name="mount-open-volumes" type="bool" value="true"/>
  46. <property name="show-volumes" type="bool" value="true"/>
  47. <property name="show-bookmarks" type="bool" value="true"/>
  48. <property name="show-recent" type="bool" value="true"/>
  49. <property name="show-recent-clear" type="bool" value="true"/>
  50. </property>
  51. {% for app in application_starters %}
  52. <property name="plugin-{{ loop.index0 + i }}" type="string" value="launcher">
  53. <property name="items" type="array">
  54. <value type="string" value="{{app}}.desktop"/>
  55. </property>
  56. </property>
  57. {% endfor %}
  58. <property name="plugin-2" type="string" value="tasklist">
  59. <property name="include-all-workspaces" type="bool" value="false"/>
  60. <property name="include-all-monitors" type="bool" value="true"/>
  61. <property name="grouping" type="uint" value="0"/>
  62. <property name="middle-click" type="uint" value="1"/>
  63. <property name="show-wireframes" type="bool" value="false"/>
  64. <property name="flat-buttons" type="bool" value="true"/>
  65. <property name="show-labels" type="bool" value="true"/>
  66. </property>
  67. <property name="plugin-3" type="string" value="separator">
  68. <property name="expand" type="bool" value="true"/>
  69. <property name="style" type="uint" value="0"/>
  70. </property>
  71. <property name="plugin-4" type="string" value="windowmenu">
  72. <property name="style" type="uint" value="0"/>
  73. <property name="workspace-actions" type="bool" value="true"/>
  74. <property name="workspace-names" type="bool" value="true"/>
  75. <property name="urgentcy-notification" type="bool" value="true"/>
  76. <property name="all-workspaces" type="bool" value="true"/>
  77. </property>
  78. <property name="plugin-5" type="string" value="showdesktop">
  79. <property name="digital-format" type="empty"/>
  80. </property>
  81. <property name="plugin-6" type="string" value="pager">
  82. <property name="rows" type="uint" value="2"/>
  83. </property>
  84. <property name="plugin-14" type="string" value="xfce4-clipman-plugin"/>
  85. <property name="plugin-13" type="string" value="xfce4-notes-plugin"/>
  86. <property name="plugin-7" type="string" value="systray">
  87. <property name="size-max" type="uint" value="32"/>
  88. <property name="show-frame" type="bool" value="false"/>
  89. </property>
  90. <property name="plugin-15" type="string" value="launcher">
  91. <property name="items" type="array">
  92. <value type="string" value="xfce-display-settings.desktop"/>
  93. </property>
  94. </property>
  95. <property name="plugin-16" type="string" value="launcher">
  96. <property name="items" type="array">
  97. <value type="string" value="xfce4-screenshooter.desktop"/>
  98. </property>
  99. </property>
  100. <property name="plugin-8" type="empty"/>
  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>