Topic: How to have scripts in lxpanel menu
hi #!ers ![]()
yes, that's the question: how to have conkywonky (or any script) on your lxpanel menu (or any panel working with freedesktop format)?
you just have to create a conkywonky.desktop in your /usr/share/applications.
so first,
gksudo gedit /usr/share/applications/conkywonky.desktop
then, put something like this inside:
[Desktop Entry]
Name=conkywonky
GenericName=ConkyWonky
Comment=restart conky
Categories=GNOME;
Icon=ckw.png
Exec=conkywonky
StartupNotify=true
Terminal=false
Type=Applicationand of course, make it executable
sudo chmod -x /usr/share/applications/conkywonky.desktopthe line Icon point on your /usr/share/pixmaps by default, so, you can choose or create an icon for conkywonky
you can take mine if you want ![]()

and sudo copy it to your /usr/share/pixmaps
now, you just have to left clic on lxpanel launchbar applet, select 'add' and go to your conkywonky.desktop.
done: you've got conkywonky in your lxpanel ![]()
and what it looks like:
and of course you can do it with any #! scripts or with your own scripts
hope it could be useful/fun ![]()
bye