Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

xfce4-panel.xml.j2 3.2KB

6 år sedan
6 år sedan
6 år sedan
6 år sedan
6 år sedan
6 år sedan
6 år sedan
6 år sedan
6 år sedan
6 år sedan
6 år sedan
6 år sedan
6 år sedan
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. {% set i = 10 %}
  3. <channel name="xfce4-panel" version="1.0" locked="*" unlocked="leitung">
  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. </property>
  26. <property name="nrows" type="empty"/>
  27. <property name="disable-struts" type="empty"/>
  28. </property>
  29. </property>
  30. <property name="plugins" type="empty">
  31. <property name="plugin-1" type="string" value="applicationsmenu">
  32. <property name="button-icon" type="string" value="applications-other"/>
  33. </property>
  34. {% for app in application_starters %}
  35. <property name="plugin-{{ loop.index0 + i }}" type="string" value="launcher">
  36. <property name="items" type="array">
  37. <value type="string" value="{{app}}.desktop"/>
  38. </property>
  39. </property>
  40. {% endfor %}
  41. <property name="plugin-2" type="string" value="tasklist"/>
  42. <property name="plugin-3" type="string" value="separator">
  43. <property name="expand" type="bool" value="true"/>
  44. <property name="style" type="uint" value="0"/>
  45. </property>
  46. <property name="plugin-4" type="string" value="showdesktop">
  47. <property name="digital-format" type="empty"/>
  48. </property>
  49. <property name="plugin-5" type="string" value="pager"/>
  50. <property name="plugin-6" type="string" value="systray"/>
  51. <property name="plugin-7" type="string" value="pulseaudio">
  52. <property name="items" type="array">
  53. <value type="string" value="15375422901.desktop"/>
  54. </property>
  55. <property name="enable-keyboard-shortcuts" type="bool" value="true"/>
  56. </property>
  57. <property name="plugin-8" type="string" value="clock">
  58. <property name="digital-format" type="string" value="%a %x %R"/>
  59. <property name="mode" type="uint" value="2"/>
  60. </property>
  61. <property name="plugin-9" type="string" value="actions">
  62. <property name="items" type="array">
  63. <value type="string" value="-separator"/>
  64. <value type="string" value="-logout-dialog"/>
  65. <value type="string" value="+switch-user"/>
  66. <value type="string" value="+logout"/>
  67. <value type="string" value="-lock-screen"/>
  68. <value type="string" value="-hibernate"/>
  69. <value type="string" value="-suspend"/>
  70. <value type="string" value="-restart"/>
  71. <value type="string" value="-shutdown"/>
  72. </property>
  73. <property name="appearance" type="uint" value="0"/>
  74. </property>
  75. </property>
  76. </channel>