Advertisement
Guest User

panel

a guest
Mar 10th, 2012
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. # lxpanel <profile> config file. Manually editing is not recommended.
  2. # Use preference dialog in lxpanel to adjust config when you can.
  3.  
  4. Global {
  5. edge=bottom
  6. allign=left
  7. margin=0
  8. widthtype=percent
  9. width=100
  10. height=24
  11. transparent=0
  12. tintcolor=#000000
  13. alpha=0
  14. autohide=0
  15. heightwhenhidden=2
  16. setdocktype=1
  17. setpartialstrut=1
  18. usefontcolor=1
  19. fontcolor=#ffffff
  20. background=1
  21. backgroundfile=/usr/share/lxpanel/images/lubuntu-background.png
  22. iconsize=22
  23. }
  24.  
  25. Plugin {
  26. type = menu
  27. Config {
  28. image=/usr/share/lubuntu/images/lubuntu-logo.png
  29. system {
  30. }
  31. separator {
  32. }
  33. item {
  34. command=run
  35. }
  36. separator {
  37. }
  38. item {
  39. image=gnome-logout
  40. command=logout
  41. }
  42. }
  43. }
  44.  
  45. Plugin {
  46. type = launchbar
  47. Config {
  48. Button {
  49. id=pcmanfm.desktop
  50. }
  51. Button {
  52. id=chromium-browser.desktop
  53. }
  54. }
  55. }
  56.  
  57. Plugin {
  58. type = space
  59. Config {
  60. Size=4
  61. }
  62. }
  63.  
  64. Plugin {
  65. type = wincmd
  66. Config {
  67. image=window-manager
  68. Button1=iconify
  69. Button2=shade
  70. Toggle=0
  71. }
  72. }
  73.  
  74. Plugin {
  75. type = space
  76. Config {
  77. Size=4
  78. }
  79. }
  80.  
  81. Plugin {
  82. type = pager
  83. }
  84.  
  85. Plugin {
  86. type = space
  87. Config {
  88. Size=4
  89. }
  90. }
  91.  
  92. Plugin {
  93. type = taskbar
  94. expand=1
  95. Config {
  96. tooltips=1
  97. IconsOnly=0
  98. ShowAllDesks=0
  99. UseMouseWheel=1
  100. UseUrgencyHint=1
  101. FlatButton=0
  102. MaxTaskWidth=150
  103. spacing=1
  104. GroupedTasks=0
  105. }
  106. }
  107.  
  108. Plugin {
  109. type = tray
  110. }
  111.  
  112. Plugin {
  113. type = dclock
  114. Config {
  115. ClockFmt=%R
  116. TooltipFmt=%A %x
  117. BoldFont=0
  118. IconOnly=0
  119. }
  120. }
  121.  
  122. Plugin {
  123. type = launchbar
  124. Config {
  125. Button {
  126. id=lubuntu-logout.desktop
  127. }
  128. }
  129. }
  130.  
  131. Plugin {
  132. type = thermal
  133. Config {
  134. NormalColor=#00ff00
  135. Warning1Color=#fff000
  136. Warning2Color=#ff0000
  137. CustomLevels=0
  138. Warning1Temp=90
  139. Warning2Temp=95
  140. AutomaticSensor=1
  141. Sensor=/home/cristian/thermal_zone/thermal_zone0
  142. }
  143. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement