Advertisement
martadinata

fbpanel

Jul 14th, 2012
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.18 KB | None | 0 0
  1. Global {
  2. edge = right
  3. align =
  4. margin = 0
  5. widthtype = percent
  6. width = 100
  7. height = 25
  8. transparent = true
  9. tintcolor = #000000
  10. alpha = 150
  11. setdocktype = true
  12. setpartialstrut = true
  13. autohide = false
  14. heightWhenHidden = 2
  15. roundcorners = false
  16. roundcornersradius = 3
  17. layer = above
  18. MaxElemHeight = 24
  19. allign = center
  20. setlayer = false
  21. }
  22. Plugin {
  23. type = menu
  24. config {
  25. icon = start-here
  26. systemmenu {
  27. }
  28. separator {
  29. }
  30. item {
  31. icon = terminator
  32. name = Sakura
  33. image = /usr/share/fbpanel/images/gnome_terminal.svg
  34. action = sakura
  35. }
  36. item {
  37. icon = geany
  38. name = Geany
  39. action = geany
  40. }
  41. separator {
  42. }
  43. item {
  44. icon = lock
  45. name = Lock screen
  46. action = xscreensaver-command -lock
  47. }
  48. item {
  49. icon = gnome-log-out
  50. name = Logout
  51. action = openbox --exit
  52. }
  53. item {
  54. icon = sleep
  55. name = Suspend
  56. action = dbus-send --system --print-reply --dest=org.freedesktop.UPower /org/freedesktop/UPower org.freedesktop.UPower.Suspend
  57. }
  58. item {
  59. icon = sleep
  60. name = Hibernate
  61. action = dbus-send --system --print-reply --dest=org.freedesktop.UPower /org/freedesktop/UPower org.freedesktop.UPower.Hibernate
  62. }
  63. item {
  64. icon = reload
  65. name = Reboot
  66. action = dbus-send --system --print-reply --dest=org.freedesktop.ConsoleKit /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Restart
  67. }
  68. item {
  69. icon = system-shutdown
  70. name = Shutdown
  71. action = dbus-send --system --print-reply --dest=org.freedesktop.ConsoleKit /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Stop
  72. }
  73. }
  74. }
  75. Plugin {
  76. type = launchbar
  77. config {
  78. button {
  79. icon = thunar
  80. tooltip = File Manager
  81. action = spacefm
  82. }
  83. button {
  84. icon = gnome-terminal
  85. tooltip = Terminal
  86. action = sakura
  87. }
  88. button {
  89. icon = firefox
  90. tooltip = Powerfull Web browser
  91. action = firefox
  92. }
  93. button {
  94. icon = rhythmbox
  95. tooltip = MPD Frontend
  96. action = ario
  97. }
  98. button {
  99. icon = twitter
  100. tooltip = Twitter client
  101. action = hotot
  102. }
  103. button {
  104. icon = sylpheed
  105. tooltip = Light weight email client
  106. action = sylpheed
  107. }
  108. button {
  109. icon = pidgin
  110. tooltip = Pidgin Chat
  111. action = pidgin
  112. }
  113. button {
  114. icon = xchat
  115. tooltip = IRC Chat
  116. action = xchat
  117. }
  118. button {
  119. icon = cheese
  120. tooltip = Webcam
  121. action = wxcam
  122. }
  123. button {
  124. icon = gnome-settings-theme
  125. tooltip = themes and icons
  126. action = lxappearance
  127. }
  128. button {
  129. icon = htop
  130. tooltip = task manager
  131. action = lxtask
  132. }
  133. }
  134. }
  135. Plugin {
  136. type = space
  137. config {
  138. size = 4
  139. }
  140. }
  141. Plugin {
  142. type = taskbar
  143. expand = true
  144. config {
  145. ShowIconified = true
  146. ShowMapped = true
  147. ShowAllDesks = false
  148. tooltips = true
  149. IconsOnly = false
  150. MaxTaskWidth = 140
  151. }
  152. }
  153. Plugin {
  154. type = tray
  155. }
  156. Plugin {
  157. type = tclock
  158. config {
  159. ClockFmt = %H:%M:%S
  160. ShowCalendar = true
  161. }
  162. }
  163. Plugin {
  164. type = space
  165. config {
  166. size = 3
  167. }
  168. }
  169. Plugin {
  170. type = wincmd
  171. config {
  172. icon = gnome-fs-desktop
  173. image = /usr/share/fbpanel/images/gnome-fs-desktop.svg
  174. tooltip = Left click to iconify all windows. Middle click to shade them.
  175. }
  176. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement