panel 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  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=#ffffff
  19. background=1
  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=/usr/share/lxde/images/lxde-icon.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=launchbar
  49. Config {
  50. Button {
  51. id=pcmanfm.desktop
  52. }
  53. Button {
  54. id=filezilla.desktop
  55. }
  56. Button {
  57. id=firefox.desktop
  58. }
  59. Button {
  60. id=org.remmina.Remmina.desktop
  61. }
  62. Button {
  63. id=lxterminal.desktop
  64. }
  65. }
  66. }
  67. Plugin {
  68. type=space
  69. Config {
  70. Size=4
  71. }
  72. }
  73. Plugin {
  74. type=wincmd
  75. Config {
  76. Button1=iconify
  77. Button2=shade
  78. }
  79. }
  80. Plugin {
  81. type=space
  82. Config {
  83. Size=4
  84. }
  85. }
  86. Plugin {
  87. type=pager
  88. Config {
  89. }
  90. }
  91. Plugin {
  92. type=space
  93. Config {
  94. Size=4
  95. }
  96. }
  97. Plugin {
  98. type=taskbar
  99. expand=1
  100. Config {
  101. tooltips=1
  102. IconsOnly=0
  103. AcceptSkipPager=1
  104. ShowIconified=1
  105. ShowMapped=1
  106. ShowAllDesks=0
  107. UseMouseWheel=1
  108. UseUrgencyHint=1
  109. FlatButton=0
  110. MaxTaskWidth=150
  111. spacing=1
  112. }
  113. }
  114. Plugin {
  115. type=sensors
  116. Config {
  117. ChipNr=4
  118. FeatureNr=1
  119. Fahrenheit=0
  120. HideUnit=0
  121. FormatNormal=<span color="#FFFFFF"><b>%s</b></span>
  122. FormatWarning=<span color="#FFFF00"><b>%s</b></span>
  123. FormatCritical=<span color="#FF0000"><b><big>%s</big></b></span>
  124. DelayInMs=1000
  125. }
  126. }
  127. Plugin {
  128. type=sensors
  129. Config {
  130. ChipNr=4
  131. FeatureNr=2
  132. Fahrenheit=0
  133. HideUnit=0
  134. FormatNormal=<span color="#FFFFFF"><b>%s</b></span>
  135. FormatWarning=<span color="#FFFF00"><b>%s</b></span>
  136. FormatCritical=<span color="#FF0000"><b><big>%s</big></b></span>
  137. DelayInMs=1000
  138. }
  139. }
  140. Plugin {
  141. type=sensors
  142. Config {
  143. ChipNr=1
  144. FeatureNr=15
  145. Fahrenheit=0
  146. HideUnit=0
  147. FormatNormal=<span color="#00ff00"><b>%s</b></span>
  148. FormatWarning=<span color="#FFFF00"><b>%s</b></span>
  149. FormatCritical=<span color="#FF0000"><b><big>%s</big></b></span>
  150. DelayInMs=1000
  151. }
  152. }
  153. Plugin {
  154. type=cpu
  155. Config {
  156. }
  157. }
  158. Plugin {
  159. type=tray
  160. Config {
  161. }
  162. }
  163. Plugin {
  164. type=dclock
  165. Config {
  166. ClockFmt=%R
  167. TooltipFmt=%A %x
  168. BoldFont=0
  169. IconOnly=0
  170. CenterText=0
  171. }
  172. }
  173. Plugin {
  174. type=launchbar
  175. Config {
  176. Button {
  177. id=lxde-screenlock.desktop
  178. }
  179. Button {
  180. id=lxde-logout.desktop
  181. }
  182. }
  183. }