# lxpanel <profile> config file. Manually editing is not recommended.
# Use preference dialog in lxpanel to adjust config when you can.

Global {
    edge=bottom
    allign=left
    margin=0
    widthtype=percent
    width=100
    height=18
    transparent=1
    tintcolor=#7ca1e9
    alpha=255
    autohide=0
    heightwhenhidden=2
    setdocktype=1
    setpartialstrut=1
    usefontcolor=1
    fontcolor=#ffffff
    background=0
    backgroundfile=/usr/share/lxpanel/images/background.png
    iconsize=18
}

Plugin {
    type = menu
    Config {
        image=/home/user/.icons/menu.png
        system {
        }
        separator {
        }
        item {
            command=run
        }
        separator {
        }
        # Remove original logout
        # item {
            # image=gnome-session-halt
            # name=Shutdown
            # action=off
        # }
        item {
            image=shutdown
            name=Shutdown
            action=/home/user/.bin/shutdown-script
        }
    }
}

Plugin {
    type = dirmenu
    Config {
        image=/home/user/.icons/folders.png
    }
}

#Plugin {
#    type = launchbar
#    Config {
#        Button {
#            id=/usr/share/applications/Web Browser.desktop
#        }
#        Button {
#            id=/usr/share/applications/Connect.desktop
#        }
#        Button {
#            id=/usr/share/applications/Task Manager.desktop
#        }
#        Button {
#            id=/usr/share/applications/xkill.desktop
#        }
#    }
#}

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

Plugin {
    type = tray
}

Plugin {
    type = cpu
}

Plugin {
    type = volumealsa
}

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

Plugin {
    type = dclock
    Config {
        ClockFmt=%l:%m
        TooltipFmt=%A %x
        BoldFont=0
        IconOnly=0
    }
}

