pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

primoturbo private pastebin - collaborative debugging tool What's a private pastebin?


Posted by PrimoTurbo on Thu 26 Jun 16:40
report abuse | download | new post

  1. # fbpanel <profile> config file
  2. # see http://fbpanel.sf.net/docs.html for complete configuration guide
  3.  
  4.  
  5. Global {
  6.     edge = bottom
  7.     allign = center
  8.     margin = 0
  9.     widthtype = percent
  10.     width = 100
  11.     height = 22
  12.     transparent = false
  13.     tintcolor = #636363
  14.     alpha = 252
  15.     setdocktype = true
  16.     setpartialstrut = true
  17.     autohide = false
  18.     heightWhenHidden = 2
  19. }
  20.  
  21. Plugin {
  22.     type = space
  23.     config {
  24.         size = 5
  25.     }
  26. }
  27.  
  28.  
  29. Plugin {
  30.     type = launchbar
  31.     config {
  32.         button {
  33.             icon = mozilla-firefox
  34.             tooltip = Firefox
  35.             action = firefox
  36.         }
  37.         button {
  38.             icon = gnome-fs-home
  39.             image = /usr/share/fbpanel/images/file-manager.svg
  40.             tooltip = ROX file manager
  41.             action = thunar
  42.         }
  43.         button {
  44.             icon = gnome-terminal
  45.             tooltip = Terminal
  46.             action = gnome-terminal
  47.         }
  48.     }
  49. }
  50.  
  51.  
  52. Plugin {
  53.     type = wincmd
  54.     config {
  55.         icon = gnome-fs-desktop
  56.         image = /usr/share/fbpanel/images/gnome-fs-desktop.svg
  57.         tooltip = Left click to iconify all windows. Middle click to shade them.
  58.     }
  59. }
  60.  
  61.  
  62. Plugin {
  63.     type = space
  64.     config {
  65.         size = 5
  66.     }
  67. }
  68.  
  69.  
  70. Plugin {
  71.     type = pager
  72.     config {
  73.         showwallpaper = false
  74.     }
  75. }
  76.  
  77.  
  78. Plugin {
  79.     type = icons
  80.     config {
  81.         DefaultIcon = /usr/share/fbpanel/images/default.xpm
  82.         application {
  83.             icon = gnome-terminal
  84.             Image = /usr/share/fbpanel/images/gnome_terminal.svg
  85.             ClassName = XTerm
  86.         }
  87.         application {
  88.             icon = gnome-terminal
  89.             Image = /usr/share/fbpanel/images/gnome_terminal.svg
  90.             ClassName = mlterm
  91.         }
  92.         application {
  93.             icon = gnome-terminal
  94.             Image = /usr/share/fbpanel/images/gnome_terminal.svg
  95.             ClassName = URxvt
  96.         }
  97.         application {
  98.             icon = gnome-emacs
  99.             Image = /usr/share/fbpanel/images/emacs.svg
  100.             ClassName = Emacs
  101.         }
  102.         application {
  103.             icon = mozilla-firefox
  104.             ClassName = Firefox-bin
  105.         }
  106.         application {
  107.             icon = mozilla-firefox
  108.             ClassName = Firefox
  109.         }
  110.     }
  111. }
  112.  
  113.  
  114. Plugin {
  115.     type = space
  116.     config {
  117.         size = 5
  118.     }
  119. }
  120.  
  121.  
  122. Plugin {
  123.     type = taskbar
  124.     expand = true
  125.     config {
  126.         ShowIconified = true
  127.         ShowMapped = true
  128.         ShowAllDesks = false
  129.         tooltips = true
  130.         IconsOnly = false
  131.         MaxTaskWidth = 200
  132.     }
  133. }
  134.  
  135.  
  136. Plugin {
  137.     type = tray
  138. }
  139.  
  140.  
  141. Plugin {
  142.     type = launchbar
  143.     config {
  144.         button {
  145.             icon = gnome-volume-control
  146.             image = ~/Files/System/Customize/Icons/Single/Audio.png
  147.             tooltip = Volume Control
  148.             action = gnome-volume-control
  149.         }
  150.     }
  151. }
  152.  
  153.  
  154. Plugin {
  155.     type = launchbar
  156.     config {
  157.         button {
  158.             image = ~/Files/System/Customize/Icons/Single/AudioMinus.png
  159.             tooltip = Decrease Volume
  160.             action = amixer -q set Master 3- unmute
  161.         }
  162.     }
  163. }
  164.  
  165.  
  166. Plugin {
  167.     type = launchbar
  168.     config {
  169.         button {
  170.             image = ~/Files/System/Customize/Icons/Single/AudioPlus.png
  171.             tooltip = Increase Volume
  172.             action = amixer -q set Master 3+ unmute
  173.         }
  174.     }
  175. }
  176.  
  177.  
  178. Plugin {
  179.     type = tclock
  180.     config {
  181.         ClockFmt = %r
  182.         TooltipFmt = %A %x
  183.         Action = osmo
  184.     }
  185. }

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me so that I can delete my post