separator {
}
menu  {
name = Help
image = /tmp/icons/help24.png
item {
name = Help
action = defaulthtmlviewer file:///usr/share/doc/index.html
image = /tmp/icons/help24.png
}
}
menu  {
 name = Shutdown
 image = /tmp/icons/shutdown24.png
item {
name = Reboot computer
action = wmreboot
image = /tmp/icons/mini-turn.xpm
}
item {
name = Power-off computer
action = wmpoweroff
image = /tmp/icons/mini-stop.xpm
}
item {
name = Restart X server
action = restartwm
image = /tmp/icons/mini-x.xpm
}
}
    }
}


Plugin {
    type = space
    config {
        size = 5
    }
}


Plugin {
    type = launchbar
    config {
        button {
            icon = gnome-fs-home
            tooltip = ROX file manager
            action = rox
        }
        button {
            icon = gnome-terminal
            tooltip = Terminal
            action = rxvt
        }
        button {
            icon = gnome-globe
            tooltip = defaultbrowser
            action = defaultbrowser
        }
        button {
            icon = gnome-emacs
            tooltip = defaulttexteditor
            action = defaulttexteditor
        }
    }
}


Plugin {
    type = space
    config {
        size = 8
    }
}


Plugin {
    type = wincmd
    config {
        icon = gnome-fs-desktop
        tooltip = Left click to iconify all windows. Middle click to shade them.
    }
}


Plugin {
    type = space
    config {
        size = 7
    }
}


Plugin {
    type = pager
    config {
        showwallpaper = true
    }
}


Plugin {
    type = icons
    config {
        DefaultIcon = /usr/share/fbpanel/images/default.xpm
        application {
            icon = gnome-terminal
            ClassName = XTerm
        }
        application {
            icon = gnome-terminal
            ClassName = mlterm
        }
        application {
            icon = gnome-terminal
            ClassName = URxvt
        }
        application {
            icon = gnome-emacs
            ClassName = Emacs
        }
        application {
            icon = mozilla-firefox
            ClassName = Firefox-bin
        }
        application {
            icon = mozilla-firefox
            ClassName = Firefox
        }
    }
}


Plugin {
    type = space
    config {
        size = 5
    }
}


Plugin {
    type = taskbar
    expand = true
    config {
        ShowIconified = true
        ShowMapped = true
        ShowAllDesks = false
        tooltips = true
        IconsOnly = false
        MaxTaskWidth = 150
    }
}


Plugin {
    type = tray
}

Plugin {
    type = cpu
}


Plugin {
    type = dclock
    config {
        ClockFmt = %R
        TooltipFmt = %A %x

