# lxpanel <profile> config file
# see http://lxpanel.sf.net/docs.html for complete configuration guide
Global {
    edge = bottom
    allign = center
    margin = 0
    widthtype = request
    width = 853
    height = 26
    transparent = false
    tintcolor = #000000
    alpha = 124
    setdocktype = true
    setpartialstrut = true
    useFontColor = false
    FontColor = #ffffff
    Background = false
    BackgroundFile = /usr/share/lxpanel/images/background.png
    FileManager = rox %s
    Terminal = sakura -e
}

Plugin {
    type = space
    Config {
        Size = 2
    }
}

Plugin {
    type = menu
    Config {
        image = /usr/local/lib/X11/pixmaps/start-button.png
        system {
        }
        separator {
        }
        item {
            command = run
        }
        item {
            image = /usr/share/lxpanel/images/gnome-setting.svg
            command = configure
        }
    }
}

Plugin {
    type = launchbar
    Config {
        Button {
            id = ROX-Filer.desktop
        }
        Button {
            id = sakura.desktop
        }
        Button {
            id = SeaMonkey-web-browser.desktop
        }
    }
}

Plugin {
    type = space
    Config {
        Size = 4
    }
}

Plugin {
    type = wincmd
    Config {
        Button1 = iconify
        Button2 = shade
    }
}

Plugin {
    type = space
    Config {
        Size = 4
    }
}

Plugin {
    type = pager
}

Plugin {
    type = space
    Config {
        Size = 4
    }
}

Plugin {
    type = taskbar
    expand = true
    Config {
        tooltips = true
        IconsOnly = false
        AcceptSkipPager = true
        ShowIconified = true
        ShowMapped = true
        ShowAllDesks = false
        UseMouseWheel = true
        UseUrgencyHint = true
        MaxTaskWidth = 150
        spacing = 1
    }
}

Plugin {
    type = tray
}

