Advertisement
BSDG33KCLUB

panel (lxpanel buttom panel config)

May 14th, 2014
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 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=26
  11. transparent=1
  12. tintcolor=#000000
  13. alpha=0
  14. autohide=0
  15. heightwhenhidden=2
  16. setdocktype=1
  17. setpartialstrut=1
  18. usefontcolor=1
  19. fontsize=10
  20. fontcolor=#ffffff
  21. usefontsize=0
  22. background=0
  23. backgroundfile=/usr/local/share/lxpanel/images/background.png
  24. iconsize=26
  25. loglevel=2
  26. }
  27.  
  28. Plugin {
  29. type = pager
  30. }
  31.  
  32. Plugin {
  33. type = space
  34. expand=1
  35. Config {
  36. Size=2
  37. }
  38. }
  39.  
  40. Plugin {
  41. type = taskbar
  42. Config {
  43. tooltips=0
  44. IconsOnly=1
  45. ShowAllDesks=1
  46. UseMouseWheel=1
  47. UseUrgencyHint=1
  48. FlatButton=1
  49. MaxTaskWidth=200
  50. spacing=1
  51. GroupedTasks=0
  52. }
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement