panel 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. # lxpanel <profile> config file. Manually editing is not recommended.
  2. # Use preference dialog in lxpanel to adjust config when you can.
  3. Global {
  4. edge=bottom
  5. align=left
  6. margin=0
  7. widthtype=percent
  8. width=100
  9. height=26
  10. transparent=0
  11. tintcolor=#000000
  12. alpha=0
  13. setdocktype=1
  14. setpartialstrut=1
  15. autohide=0
  16. heightwhenhidden=0
  17. usefontcolor=1
  18. fontcolor=#000000
  19. background=0
  20. backgroundfile=/usr/share/lxpanel/images/background.png
  21. }
  22. Plugin {
  23. type=space
  24. Config {
  25. Size=2
  26. }
  27. }
  28. Plugin {
  29. type=menu
  30. Config {
  31. image=/root/.scriptsInstallation/parabolaicon.png
  32. system {
  33. }
  34. separator {
  35. }
  36. item {
  37. command=run
  38. }
  39. separator {
  40. }
  41. item {
  42. image=gnome-logout
  43. command=logout
  44. }
  45. }
  46. }
  47. Plugin {
  48. type=space
  49. Config {
  50. Size=8
  51. }
  52. }
  53. Plugin {
  54. type=separator
  55. Config {
  56. }
  57. }
  58. Plugin {
  59. type=space
  60. Config {
  61. Size=8
  62. }
  63. }
  64. Plugin {
  65. type=launchbar
  66. Config {
  67. Button {
  68. id=iceweasel.desktop
  69. }
  70. Button {
  71. id=pcmanfm.desktop
  72. }
  73. Button {
  74. id=firefox.desktop
  75. }
  76. }
  77. }
  78. Plugin {
  79. type=space
  80. Config {
  81. Size=8
  82. }
  83. }
  84. Plugin {
  85. type=separator
  86. Config {
  87. }
  88. }
  89. Plugin {
  90. type=space
  91. Config {
  92. Size=8
  93. }
  94. }
  95. Plugin {
  96. type=wincmd
  97. Config {
  98. Button1=iconify
  99. Button2=shade
  100. }
  101. }
  102. Plugin {
  103. type=space
  104. Config {
  105. Size=8
  106. }
  107. }
  108. Plugin {
  109. type=separator
  110. Config {
  111. }
  112. }
  113. Plugin {
  114. type=space
  115. Config {
  116. Size=8
  117. }
  118. }
  119. Plugin {
  120. type=taskbar
  121. expand=1
  122. Config {
  123. tooltips=1
  124. IconsOnly=0
  125. AcceptSkipPager=1
  126. ShowIconified=1
  127. ShowMapped=1
  128. ShowAllDesks=0
  129. UseMouseWheel=1
  130. UseUrgencyHint=1
  131. FlatButton=0
  132. MaxTaskWidth=150
  133. spacing=1
  134. }
  135. }
  136. Plugin {
  137. type=cpu
  138. Config {
  139. }
  140. }
  141. Plugin {
  142. type=volume
  143. Config {
  144. VolumeMuteKey=XF86AudioMute
  145. VolumeDownKey=XF86AudioLowerVolume
  146. VolumeUpKey=XF86AudioRaiseVolume
  147. }
  148. }
  149. Plugin {
  150. type=tray
  151. Config {
  152. }
  153. }
  154. Plugin {
  155. type=dclock
  156. Config {
  157. ClockFmt=%R
  158. TooltipFmt=%A %x
  159. BoldFont=0
  160. IconOnly=0
  161. CenterText=0
  162. }
  163. }
  164. Plugin {
  165. type=launchbar
  166. Config {
  167. Button {
  168. id=lxde-screenlock.desktop
  169. }
  170. Button {
  171. id=lxde-logout.desktop
  172. }
  173. }
  174. }