diff options
author | Holger Paradies <retabell@gmx.de> | 2013-02-17 20:04:12 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-02-28 08:09:03 +0100 |
commit | 7ac5cc1baf0afe006d3f52abd94e24d1991a57c4 (patch) | |
tree | 76abf7ee931c2e1be1a81b35ed0f9754d831a84f /skel-lxde/.config/lxpanel/LXDE/panels/panel | |
parent | d7ad7aa02bfab9a7d960422339f0a991e689c8e6 (diff) | |
download | etcskel-kanotix-7ac5cc1baf0afe006d3f52abd94e24d1991a57c4.zip etcskel-kanotix-7ac5cc1baf0afe006d3f52abd94e24d1991a57c4.tar.gz |
panel-cosmetic
Diffstat (limited to 'skel-lxde/.config/lxpanel/LXDE/panels/panel')
-rw-r--r-- | skel-lxde/.config/lxpanel/LXDE/panels/panel | 41 |
1 files changed, 24 insertions, 17 deletions
diff --git a/skel-lxde/.config/lxpanel/LXDE/panels/panel b/skel-lxde/.config/lxpanel/LXDE/panels/panel index cccbb89..40acd4c 100644 --- a/skel-lxde/.config/lxpanel/LXDE/panels/panel +++ b/skel-lxde/.config/lxpanel/LXDE/panels/panel @@ -52,24 +52,19 @@ Plugin { } Plugin { - type = launchbar + type = space Config { - Button { - id=pcmanfm.desktop - } - Button { - id=lxde-x-www-browser.desktop - } - Button { - id=/usr/share/applications/lxterminal.desktop - } + Size=2 } } Plugin { - type = space + type = wincmd Config { - Size=4 + image=window-manager + Button1=iconify + Button2=shade + Toggle=0 } } @@ -81,12 +76,24 @@ Plugin { } Plugin { - type = wincmd + type = launchbar Config { - image=window-manager - Button1=iconify - Button2=shade - Toggle=0 + Button { + id=pcmanfm.desktop + } + Button { + id=lxde-x-www-browser.desktop + } + Button { + id=/usr/share/applications/lxterminal.desktop + } + } +} + +Plugin { + type = space + Config { + Size=4 } } |