diff options
Diffstat (limited to 'skel-lxde')
-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 } } |