diff options
Diffstat (limited to 'desktop/lxpanel/config/panel')
-rw-r--r-- | desktop/lxpanel/config/panel | 55 |
1 files changed, 15 insertions, 40 deletions
diff --git a/desktop/lxpanel/config/panel b/desktop/lxpanel/config/panel index f538775714..16a8a19faa 100644 --- a/desktop/lxpanel/config/panel +++ b/desktop/lxpanel/config/panel @@ -3,7 +3,7 @@ Global { edge=bottom - allign=left + align=center margin=0 widthtype=percent width=95 @@ -15,22 +15,13 @@ Global { setpartialstrut=1 usefontcolor=1 fontcolor=#ffffff - usefontsize=0 - fontsize=10 background=1 backgroundfile=/usr/share/lxpanel/images/background.png - align=center -} -Plugin { - type=space - Config { - Size=2 - } } Plugin { type=menu Config { - image=/usr/share/lxpanel/images/my-computer.png + image=/usr/share/lxde/images/lxde-icon.png system { } separator { @@ -53,20 +44,20 @@ Plugin { id=pcmanfm.desktop } Button { - id=menu://applications/Internet/mozilla-firefox.desktop + id=mozilla-firefox.desktop } Button { - id=menu://applications/Internet/mozilla-thunderbird.desktop + id=mozilla-thunderbird.desktop } Button { - id=menu://applications/System/lxterminal.desktop + id=lxterminal.desktop } } } Plugin { type=space Config { - Size=2 + Size=4 } } Plugin { @@ -79,7 +70,7 @@ Plugin { Plugin { type=space Config { - Size=2 + Size=4 } } Plugin { @@ -103,6 +94,7 @@ Plugin { ShowIconified=1 ShowMapped=1 ShowAllDesks=0 + ShowSquareBrackets=1 UseMouseWheel=1 UseUrgencyHint=1 FlatButton=0 @@ -111,25 +103,16 @@ Plugin { } } Plugin { - type=batt - Config { - } -} -Plugin { - type=space - Config { - Size=2 - } -} -Plugin { type=cpu Config { } } Plugin { - type=space + type=volume Config { - Size=2 + VolumeMuteKey=XF86AudioMute + VolumeDownKey=XF86AudioLowerVolume + VolumeUpKey=XF86AudioRaiseVolume } } Plugin { @@ -138,11 +121,6 @@ Plugin { } } Plugin { - type=volume - Config { - } -} -Plugin { type=dclock Config { ClockFmt=%R @@ -153,15 +131,12 @@ Plugin { } } Plugin { - type=space - Config { - Size=2 - } -} -Plugin { type=launchbar Config { Button { + id=lxde-screenlock.desktop + } + Button { id=lxde-logout.desktop } } |