From d871fb43eceb91736ece1c2204863d7a4e681669 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 9 Jun 2017 17:55:58 -0400 Subject: lxpanel: clean up --- .config/lxpanel/default/panels/panel | 71 +++++++++++++++++------------------- 1 file changed, 33 insertions(+), 38 deletions(-) diff --git a/.config/lxpanel/default/panels/panel b/.config/lxpanel/default/panels/panel index 93bdb61..ccde93c 100644 --- a/.config/lxpanel/default/panels/panel +++ b/.config/lxpanel/default/panels/panel @@ -1,52 +1,47 @@ -# lxpanel config file. Manually editing is not recommended. -# Use preference dialog in lxpanel to adjust config when you can. - Global { - edge=top - allign=right - margin=0 - widthtype=percent - width=100 - height=16 - transparent=1 - tintcolor=#555753 - alpha=255 - autohide=0 - heightwhenhidden=2 - setdocktype=1 - setpartialstrut=1 - usefontcolor=1 - fontsize=10 - fontcolor=#eeeeec - usefontsize=0 - background=0 - backgroundfile=/usr/share/lxpanel/images/background.png - iconsize=16 - loglevel=2 + monitor=-1 + edge=top + setdocktype=1 + setpartialstrut=1 + + widthtype=percent + width=100 + + height=16 + iconsize=16 + + transparent=1 + tintcolor=#555753 + alpha=255 + + loglevel=2 } Plugin { - type = menu - Config { - image=/usr/share/lxpanel/images/my-computer.png - system { - } - } + type=menu + Config { + # If we don't explicitly give the menu a list of + # things to contain, it will default to + # system{}/separator{}/item{command=run}/separator{}/item{command=logout} + system { + } + } } Plugin { - type = space - expand=1 - Config { - Size=2 - } + type=space + expand=1 + Config { + # The default ("natural") size is 1, but the min size + # is 2, so we have to set that here. + Size=2 + } } Plugin { - type = tray + type=tray } Plugin { - type = volumealsa + type=volumealsa } - -- cgit v1.1-4-g5e80