# 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 = 40
    transparent = false
    tintcolor = #0d1e38
    alpha = 119
    setdocktype = true
    setpartialstrut = true
}

Plugin {
    type = menu
    config {
        image = /usr/share/fbpanel/images/Menu.png
        menu {
            name = Networking
            image = /usr/share/fbpanel/images/Networking.png
            item {
                name = mozilla
                image = /usr/share/pixmaps/firefox.png
                action = mozilla
            }
            item {
                name = dillo
                image = /usr/share/pixmaps/dillo.png
                action = dillo
            }
            item {
                name = Sylpheed
                image = /usr/share/pixmaps/sylpheed.png
                action = sylpheed
            }
        }
        menu {
            name = Pim
            image = /usr/share/pixmaps/korganizer.png
            item {
                name = Ko/Pi
                image = /usr/share/pixmaps/korganizer.png
                action = kopi
            }
            item {
                name = Ka/Pi
                image = /usr/share/pixmaps/kaddressbook.png
                action = kapi
            }
            item {
                name = Pwm/Pi
                image = /usr/share/pixmaps/pwmanager.png
                action = pwmpi
            }
            item {
                name = Portabase
                image = /usr/share/pixmaps/portabase.png
                action = portabase
            }
            item {
                name = QTodo
                image = /usr/share/pixmaps/qtodo.png
                action = qtodo
            }
        }
        separator {
        }
        item {
            name = Configure
            image = /usr/share/fbpanel/images/settings.png
            command = configure
        }
        separator {
        }
        item {
            name = Thunar
            image = /usr/local/share/icons/hicolor/48x48/apps/Thunar.png
            action = thunar
        }
        item {
            name = terminal
            image = /usr/share/pixmaps/konsole.png
            action = aterm -bg black -fg green
        }
        item {
            name = Suspend
            image = /usr/share/pixmaps/exit.png
            action = xset dpms force off
        }
        item {
            name = Exit
            image = /usr/share/pixmaps/cancel.png
            action = eXit
        }
    }
}


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 = separator
}


Plugin {
    type = deskno
}


Plugin {
    type = separator
}


Plugin {
    type = launchbar
    config {
        button {
            image = /usr/share/pixmaps/konsole.png
            tooltip = Terminal
            action = aterm -bg black -fg green
        }
#        button {
#            image = /usr/share/pixmaps/korganizer.png
#            tooltip = Kopi
#            action = kopi
#        }
    }
}


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
        Action = xmessage Please define some command &
    }
}


