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


Global {
    edge = bottom
    allign = center
    margin = 0
    widthtype = percent
    width = 80
    height = 26
    transparent = true
    tintcolor = #ffffff
    alpha = 25
    setdocktype = true
    setpartialstrut = true
}

Plugin {
    type = menu
    config {
        icon = star
        systemmenu {
        }
        separator {
        }
        item {
            icon = gnome-settings
            name = configure
            command = configure
        }
    }
}


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


Plugin {
    type = launchbar
    padding = 4
    config {
        button {
            icon = gnome-terminal
            image = ~/.fbpanel/images/GNOME-Terminal.png
            tooltip = urxvt
            action = myterm2
        }
        button {
            icon = gnome-fs-home
            image = /usr/lib/rox/ROX-Filer/.DirIcon
            tooltip = Rox File Manager
            action = rox
        }
        button {
            icon = mozilla-firefox
            tooltip = firefox
            action = firefox -P default
        }
        button {
            image = ~/.rox/Drawer/.DirIcon
            tooltip = drawer
            action = ~/.rox/Drawer/AppRun
        }
        button {
            icon = multimedia-player
            image = ~/.fbpanel/images/totem.svg
            tooltip = mplayer
            action = gmplayer-bin
        }
    }
}


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


Plugin {
    type = wincmd
    config {
        icon = gnome-fs-desktop
        image = ~/.fbpanel/images/gnome-fs-desktop.svg
        tooltip = Left click to iconify all windows. Middle click to shade them.
    }
}


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


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


Plugin {
    type = tray
}


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


Plugin {
    type = icons
    config {
        DefaultIcon = /usr/share/fbpanel/images/default.xpm
        application {
            icon = gnome-terminal
            image = /home/aanatoly/.fbpanel/images/GNOME-Terminal.png
            ClassName = XTerm
        }
        application {
            image = /home/aanatoly/.fbpanel/images/GNOME-Terminal.png
            icon = gnome-terminal
            ClassName = mlterm
        }
        application {
            icon = gnome-terminal
            image = /home/aanatoly/.fbpanel/images/GNOME-Terminal.png
            ClassName = URxvt
        }
        application {
            image = ~/.fbpanel/images/Emacs.png
            icon = gnome-emacs
            ClassName = Emacs
        }
        application {
            icon = mozilla-firefox
            ClassName = Firefox-bin
        }
        application {
            icon = mozilla-firefox
            ClassName = Firefox
        }
        application {
            icon = multimedia-player
            ClassName = MPlayer
        }
    }
}


