diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-01-27 16:50:16 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-01-27 17:33:31 -0500 |
commit | 8428506f9fb9a71b555dd15a158282c90bf77220 (patch) | |
tree | b7aa231f024fb7ac5b3b516cb3f61397addb5a98 /.config/lxpanel/default/panels/panel | |
parent | e9ce5fc87e76ce216b77c7910eee8ed9e69fa49a (diff) |
Update various things
Diffstat (limited to '.config/lxpanel/default/panels/panel')
-rw-r--r-- | .config/lxpanel/default/panels/panel | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.config/lxpanel/default/panels/panel b/.config/lxpanel/default/panels/panel index 9d776bb..e89a833 100644 --- a/.config/lxpanel/default/panels/panel +++ b/.config/lxpanel/default/panels/panel @@ -25,6 +25,26 @@ Global { } Plugin { + type = menu + Config { + image=/usr/share/lxpanel/images/my-computer.png + system { + } + separator { + } + item { + command=run + } + separator { + } + item { + image=gnome-logout + command=logout + } + } +} + +Plugin { type = space expand=1 Config { |