Advertisement
BSDG33KCLUB

top (lxpanel top panel config)

May 14th, 2014
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 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=top
  6. allign=center
  7. margin=0
  8. widthtype=percent
  9. width=100
  10. height=16
  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. iconsize=16
  24. loglevel=2
  25. }
  26.  
  27. Plugin {
  28. type = menu
  29. Config {
  30. image=/usr/home/gaz/icons/ghost.ico
  31. system {
  32. }
  33. separator {
  34. }
  35. item {
  36. command=run
  37. }
  38. separator {
  39. }
  40. item {
  41. image=gnome-logout
  42. command=logout
  43. }
  44. }
  45. }
  46.  
  47. Plugin {
  48. type = space
  49. Config {
  50. Size=2
  51. }
  52. }
  53.  
  54. Plugin {
  55. type = space
  56. Config {
  57. Size=2
  58. }
  59. }
  60.  
  61. Plugin {
  62. type = deskno
  63. Config {
  64. BoldFont=0
  65. WMLabels=1
  66. }
  67. }
  68.  
  69. Plugin {
  70. type = space
  71. expand=1
  72. Config {
  73. Size=2
  74. }
  75. }
  76.  
  77. Plugin {
  78. type = tray
  79. }
  80.  
  81. Plugin {
  82. type = space
  83. Config {
  84. Size=2
  85. }
  86. }
  87.  
  88. Plugin {
  89. type = volume
  90. }
  91.  
  92. Plugin {
  93. type = xkb
  94. Config {
  95. DisplayType=0
  96. PerWinLayout=0
  97. NoResetOpt=0
  98. KeepSysLayouts=0
  99. Model=pc105
  100. LayoutsList=ca
  101. VariantsList=eng
  102. ToggleOpt=shift_caps_toggle
  103. FlagSize=3
  104. }
  105. }
  106.  
  107. Plugin {
  108. type = dclock
  109. Config {
  110. ClockFmt=%r
  111. TooltipFmt=%A %x
  112. BoldFont=0
  113. IconOnly=0
  114. CenterText=0
  115. }
  116. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement