# fbpanel <profile> config file
# see http://fbpanel.sf.net/docs.html for complete configuration guide


Global {
    edge = bottom
    allign = left
    margin = 0
    widthtype = percent
    width = 100
    height = 32
    transparent = false
    tintcolor = #000000
    alpha = 0
    setdocktype = true
    setpartialstrut = true
}

Plugin {
    type = menu
    config {
        image = /usr/share/pixmaps/mbmenu.png
        include {
            name = ~/.fbpanel/Root.inc
        }
        separator {
        }
        item {
            name = FBPanel Configure
            image = /usr/share/fbpanel/images/settings.png
            command = configure
        }
        item {
            name = Rotate
            image = /usr/share/pixmaps/rotate.png
            action = rotate.sh
        }
        item {
            name = Suspend
            image = /usr/share/pixmaps/exit.png
            action = xset dpms force off
        }
        item {
            name = Reboot
            image = /usr/share/pixmaps/reboot.png
            action = reboot
        }
        item {
            name = Exit
            image = /usr/share/pixmaps/cancel.png
            action = eXit_fb
        }
    }
}


Plugin {
    type = wincmd
    config {
        image = /usr/share/fbpanel/images/Desktop2.png
        tooltip = Left click to iconify all windows. Middle click to shade them.
    }
}


Plugin {
    type = launchbar
    config {
        button {
            image = /usr/share/fbpanel/images/GNOME-Terminal.png
            tooltip = Terminal
            action = rxvt
        }
        button {
            image = /usr/share/pixmaps/leafpad.png
            tooltip = Text Editor
            action = leafpad
        }
    }
}


Plugin {
    type = separator
}


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


Plugin {
    type = tray
}


#Plugin {
#    type = cards
#}


#Plugin {
#    type = audio
#}

#Plugin {
#    type = cpu
#}

#Plugin {
#    type = apm
#}

Plugin {
    type = tclock
    config {
        ClockFmt = %R
        TooltipFmt = %A %x
        Action = xmessage Please define some command &
    }
}


