Advertisement
Guest User

Minimalist lxpanel launcher

a guest
Jul 20th, 2010
998
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 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=8
  10. height=24
  11. transparent=1
  12. tintcolor=#000000
  13. alpha=0
  14. autohide=0
  15. heightwhenhidden=2
  16. setdocktype=0
  17. setpartialstrut=1
  18. usefontcolor=1
  19. fontcolor=#ffffff
  20. background=0
  21. backgroundfile=/usr/share/lxpanel/images/background.png
  22. iconsize=24
  23. }
  24.  
  25. Plugin {
  26. type = menu
  27. Config {
  28. image=/usr/share/lxpanel/images/my-computer.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 = space
  47. Config {
  48. Size=4
  49. }
  50. }
  51.  
  52. Plugin {
  53. type = space
  54. Config {
  55. Size=2
  56. }
  57. }
  58.  
  59. Plugin {
  60. type = launchbar
  61. Config {
  62. Button {
  63. id=/usr/share/applications/Thunar.desktop
  64. }
  65. Button {
  66. id=/usr/share/applications/chromium.desktop
  67. }
  68. }
  69. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement