# 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=28
    transparent=1
    tintcolor=#e4ecef
    alpha=72
    autohide=0
    heightwhenhidden=2
    setdocktype=1
    setpartialstrut=1
    usefontcolor=0
    fontsize=12
    fontcolor=#ffffff
    usefontsize=1
    background=0
    backgroundfile=/usr/share/lxpanel/images/background.png
    iconsize=29
    loglevel=0
}

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

Plugin {
    type = menu
    Config {
        image=/usr/share/lxpanel/images/my-computer.png
        system {
        }
        separator {
        }
        item {
            name=Control Panel
            action=fatdog-control-panel.sh
            image=gcolor2
        }        
        separator {
        }        
        item {
            name=Restart X server
            action=restartwm
            image=mini-x
        }
        item {
            name=Quit X server
            action=wmexit terminal
            image=mini-x
        }
        item {
            image=gnome-logout
            name=Suspend
            action=Suspend
        }
        item {
            image=gnome-logout
            name=Power-off
            action=wmpoweroff
        }
        item {
            name=Reboot computer
            action=wmreboot
            image=mini-turn
        }
    }
}


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

Plugin {
    type = launchbar
    Config {
        Button {
            id=/usr/share/applications/default-browser.desktop
        }
        Button {
            id=/usr/share/applications/Urxvt-terminal-emulator.desktop
        }
    }
}

Plugin {
    type = dirmenu
    Config {
        path=/
    }
}

Plugin {
    type = wincmd
    Config {
        image=window-manager
        Button1=iconify
        Button2=shade
        Toggle=1
    }
}

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

Plugin {
    type = pager
}

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

Plugin {
    type = taskbar
    expand=1
    Config {
        tooltips=1
        IconsOnly=0
        ShowAllDesks=0
        UseMouseWheel=1
        UseUrgencyHint=1
        FlatButton=0
        MaxTaskWidth=150
        spacing=1
        GroupedTasks=0
    }
}

Plugin {
    type = tray
}

Plugin {
    type = volumealsa
}

Plugin {
    type = batt
    Config {
        HideIfNoBattery=0
        AlarmCommand=xmessage Battery low
        AlarmTime=5
        BackgroundColor=black
        BorderWidth=2
        ChargingColor1=#28f200
        ChargingColor2=#22cc00
        DischargingColor1=#ffee00
        DischargingColor2=#d9ca00
        Size=11
    }
}

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

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

Plugin {
    type = monitors
    Config {
        DisplayCPU=1
        DisplayRAM=0
        CPUColor=#28f200
    }
}

Plugin {
    type = dclock
    Config {
        ClockFmt=%R
        TooltipFmt=%A %x
        Action=set-time-for-puppy
        BoldFont=0
        IconOnly=0
        CenterText=0
    }
}

