panel 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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=3
  118. FeatureNr=15
  119. Fahrenheit=0
  120. HideUnit=0
  121. FormatNormal=<span color="#00ff00"><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=cpu
  129. Config {
  130. }
  131. }
  132. Plugin {
  133. type=tray
  134. Config {
  135. }
  136. }
  137. Plugin {
  138. type=dclock
  139. Config {
  140. ClockFmt=%R
  141. TooltipFmt=%A %x
  142. BoldFont=0
  143. IconOnly=0
  144. CenterText=0
  145. }
  146. }
  147. Plugin {
  148. type=launchbar
  149. Config {
  150. Button {
  151. id=lxde-screenlock.desktop
  152. }
  153. Button {
  154. id=lxde-logout.desktop
  155. }
  156. }
  157. }