0

I just installed gnome 3 and I added a few extensions, I noticed they are coded in JS but I don't fully understand how they work.

What I am really interested right now is learning how I could add a clickable icon at the left of this extension bottom-panel (code: http://pastie.org/private/w1kkcrr1lr95ujepp0lxg)

Where can I learn how to do that?

user979390
  • 309
  • 2
  • 4
  • 16
  • Not exactly on point, but, most of the time, the bottom panel is reserved for Notifications, which you can create using the regular Gnome libraries. However, maybe check out gnome-shell-extension-systemMonitor, as it's the only one I know that adds anything to the bottom panel… – BRPocock Jan 09 '12 at 21:01

1 Answers1

0

I managed to do it by mixing two extensions, bottom-panel and show-desktop-button, credits for the code goes to their respective creators.

http://i.imgur.com/uXSbC.png

extension.js : http://pastie.org/private/xilvfei4jbfebs2bdswlq

stylesheet.css : http://pastie.org/private/ldarwadqnuqvl0stncfmsw

user979390
  • 309
  • 2
  • 4
  • 16