# HG changeset patch # User Christophe Lincoln # Date 1208895820 -7200 # Node ID 6ecf84f52001915715eec23e404b875cbc5c3a89 # Parent eb9854374fce74034e41ee20ec44adaef47a649d lxpanel: add top panel for notification and misc improvement diff -r eb9854374fce -r 6ecf84f52001 lxpanel/stuff/default/panels/panel --- a/lxpanel/stuff/default/panels/panel Tue Apr 22 22:20:35 2008 +0200 +++ b/lxpanel/stuff/default/panels/panel Tue Apr 22 22:23:40 2008 +0200 @@ -109,10 +109,6 @@ } Plugin { - type = tray -} - -Plugin { type = volumealsa } @@ -127,7 +123,18 @@ Plugin { type = space Config { - Size=2 + Size=4 + } +} + +Plugin { + type = cpu +} + +Plugin { + type = space + Config { + Size=4 } } @@ -141,10 +148,6 @@ } Plugin { - type = cpu -} - -Plugin { type = dclock Config { ClockFmt=%R diff -r eb9854374fce -r 6ecf84f52001 lxpanel/stuff/default/panels/top --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lxpanel/stuff/default/panels/top Tue Apr 22 22:23:40 2008 +0200 @@ -0,0 +1,38 @@ +# 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=request + width=32 + height=24 + transparent=1 + tintcolor=#000000 + alpha=0 + setdocktype=0 + setpartialstrut=0 + usefontcolor=0 + fontcolor=#000000 + background=0 +} + +Plugin { + type = space + Config { + Size=10 + } +} + +Plugin { + type = tray +} + +Plugin { + type = space + Config { + Size=6 + } +} +