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


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

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


Plugin {
    type = menu
    config {
        image = /usr/share/lxpanel/images/my-computer.svg
        system {
        }
        separator {
        }
        item {
            command = run
        }
        item {
            image = /usr/share/lxpanel/images/gnome-setting.svg
            command = configure
        }
    }
}


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


Plugin {
    type = pager
}


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

Plugin {
    type = tray
}

Plugin {
    type = netstatus
    config {
        iface = eth0
        configtool = network-admin --configure %i
    }
}

Plugin {
    type = volume
}


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


