Advertisement
Guest User

Untitled

a guest
May 24th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 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=40
  11. transparent=1
  12. tintcolor=#4a4a4a
  13. alpha=255
  14. setdocktype=1
  15. setpartialstrut=1
  16. usefontcolor=1
  17. fontcolor=#ffffff
  18. background=0
  19. backgroundfile=/usr/share/lxpanel/images/background.png
  20. iconsize=32
  21. usefontsize=0
  22. fontsize=10
  23. }
  24. Plugin {
  25. type=space
  26. Config {
  27. Size=2
  28. }
  29. }
  30. Plugin {
  31. type=menu
  32. Config {
  33. image=/usr/share/lxde/images/lxde-icon.png
  34. system {
  35. }
  36. separator {
  37. }
  38. item {
  39. command=run
  40. }
  41. separator {
  42. }
  43. item {
  44. image=gnome-logout
  45. command=logout
  46. }
  47. }
  48. }
  49. Plugin {
  50. type=space
  51. Config {
  52. Size=4
  53. }
  54. }
  55. Plugin {
  56. type=space
  57. Config {
  58. Size=4
  59. }
  60. }
  61. Plugin {
  62. type=space
  63. Config {
  64. Size=4
  65. }
  66. }
  67. Plugin {
  68. type=taskbar
  69. expand=1
  70. Config {
  71. tooltips=1
  72. IconsOnly=0
  73. AcceptSkipPager=1
  74. ShowIconified=1
  75. ShowMapped=1
  76. ShowAllDesks=0
  77. UseMouseWheel=1
  78. UseUrgencyHint=1
  79. FlatButton=0
  80. MaxTaskWidth=150
  81. spacing=1
  82. }
  83. }
  84. Plugin {
  85. type=cpu
  86. Config {
  87. }
  88. }
  89. Plugin {
  90. type=tray
  91. Config {
  92. }
  93. }
  94. Plugin {
  95. type=dclock
  96. Config {
  97. ClockFmt=%R
  98. TooltipFmt=%A %x
  99. BoldFont=0
  100. IconOnly=0
  101. CenterText=0
  102. }
  103. }
  104. Plugin {
  105. type=launchbar
  106. Config {
  107. Button {
  108. id=lxde-screenlock.desktop
  109. }
  110. Button {
  111. id=lxde-logout.desktop
  112. }
  113. }
  114. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement