# fbpanel <profile> config file
# see http://fbpanel.sf.net/docs.html for complete configuration guide
Global {
edge = bottom
allign = left
margin = 0
widthtype = pixels
width = 170
height = 20
transparent = true
tintcolor = #ffffff
alpha = 3
setdocktype = true
setpartialstrut = true
roundcorners = false
autohide = true
heightWhenHidden = 1
}
Plugin {
type = menu
config {
icon = start-here
name = .
systemmenu {
}
separator {
}
item {
icon = gnome-settings
name = configure
command = configure
}
}
}
Plugin {
type = menu
config {
icon = drive-harddisk
name = .
item {
icon = folder_home
name = top-panel
action = fbpanel -p /top-panel
}
separator {
}
item {
icon = drive-removable-media
name = USB
action = thunar /media/
}
item {
icon = drive-cdrom
name = CD/DVD
action = thunar /media/cdrom/
}
separator {
}
item {
icon = folder_home
name = Root
action = thunar /
}
item {
icon = folder_home
name = Home
action = thunar /home/ok
}
separator {
}
item {
icon = gtk-cancel
name = xkill
action = xkill
}
}
}
Plugin {
type = launchbar
config {
button {
icon = emblem-favorite
tooltip = Rox
action = rox
}
}
}
Plugin {
type = launchbar
config {
button {
icon = leafpad
tooltip = leafpad
action = leafpad
}
}
}
Plugin {
type = launchbar
config {
button {
icon = gnome-globe
tooltip = iceape
action = iceape
}
}
}
Plugin {
type = space
config {
size = 1
}
}
Plugin {
type = cpu
config {
tooltip = run-top
Action = xterm -e top
}
}