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.

xfce4-panel.xml.j2 4.6KB

vor 6 Jahren
vor 6 Jahren
vor 6 Jahren
vor 6 Jahren
vor 6 Jahren
vor 6 Jahren
vor 6 Jahren
vor 6 Jahren
vor 6 Jahren
vor 6 Jahren
vor 6 Jahren
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. {% set i = 12 %}
  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=302;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="32"/>
  12. <property name="plugin-ids" type="array">
  13. <value type="int" value="1"/>
  14. {% for app in application_starters %}
  15. <value type="int" value="{{ loop.index0 + i }}"/>
  16. {% endfor %}
  17. <value type="int" value="2"/>
  18. <value type="int" value="3"/>
  19. <value type="int" value="4"/>
  20. <value type="int" value="5"/>
  21. <value type="int" value="6"/>
  22. <value type="int" value="7"/>
  23. <value type="int" value="8"/>
  24. <value type="int" value="9"/>
  25. <value type="int" value="10"/>
  26. <value type="int" value="11"/>
  27. </property>
  28. <property name="nrows" type="uint" value="2"/>
  29. <property name="disable-struts" type="empty"/>
  30. <property name="background-style" type="uint" value="1"/>
  31. <property name="background-alpha" type="uint" value="50"/>
  32. <property name="background-color" type="array">
  33. <value type="uint" value="54965"/>
  34. <value type="uint" value="54965"/>
  35. <value type="uint" value="54965"/>
  36. <value type="uint" value="65535"/>
  37. </property>
  38. </property>
  39. </property>
  40. <property name="plugins" type="empty">
  41. <property name="plugin-1" type="string" value="whiskermenu"/>
  42. {% for app in application_starters %}
  43. <property name="plugin-{{ loop.index0 + i }}" type="string" value="launcher">
  44. <property name="items" type="array">
  45. <value type="string" value="{{app}}.desktop"/>
  46. </property>
  47. </property>
  48. {% endfor %}
  49. <property name="plugin-2" type="string" value="tasklist">
  50. <property name="include-all-workspaces" type="bool" value="false"/>
  51. <property name="include-all-monitors" type="bool" value="true"/>
  52. <property name="grouping" type="uint" value="0"/>
  53. <property name="middle-click" type="uint" value="1"/>
  54. <property name="show-wireframes" type="bool" value="false"/>
  55. <property name="flat-buttons" type="bool" value="true"/>
  56. <property name="show-labels" type="bool" value="true"/>
  57. </property>
  58. <property name="plugin-3" type="string" value="separator">
  59. <property name="expand" type="bool" value="true"/>
  60. <property name="style" type="uint" value="0"/>
  61. </property>
  62. <property name="plugin-4" type="string" value="windowmenu">
  63. <property name="style" type="uint" value="0"/>
  64. <property name="workspace-actions" type="bool" value="true"/>
  65. <property name="workspace-names" type="bool" value="true"/>
  66. <property name="urgentcy-notification" type="bool" value="true"/>
  67. <property name="all-workspaces" type="bool" value="true"/>
  68. </property>
  69. <property name="plugin-5" type="string" value="showdesktop">
  70. <property name="digital-format" type="empty"/>
  71. </property>
  72. <property name="plugin-6" type="string" value="pager">
  73. <property name="rows" type="uint" value="2"/>
  74. </property>
  75. <property name="plugin-7" type="string" value="systray"/>
  76. <property name="plugin-8" type="string" value="pulseaudio">
  77. <property name="enable-keyboard-shortcuts" type="bool" value="true"/>
  78. </property>
  79. <property name="plugin-9" type="string" value="power-manager-plugin"/>
  80. <property name="plugin-10" type="string" value="clock">
  81. <property name="digital-format" type="string" value="%a %d.%m. – %H:%M"/>
  82. <property name="mode" type="uint" value="2"/>
  83. </property>
  84. <property name="plugin-11" type="string" value="actions">
  85. <property name="items" type="array">
  86. <value type="string" value="-separator"/>
  87. <value type="string" value="-logout-dialog"/>
  88. <value type="string" value="-switch-user"/>
  89. <value type="string" value="+lock-screen"/>
  90. <value type="string" value="+logout"/>
  91. <value type="string" value="-hibernate"/>
  92. <value type="string" value="-suspend"/>
  93. <value type="string" value="-restart"/>
  94. <value type="string" value="-shutdown"/>
  95. </property>
  96. <property name="appearance" type="uint" value="0"/>
  97. <property name="invert-orientation" type="bool" value="true"/>
  98. </property>
  99. </property>
  100. </channel>