change gnome-sound-applet icon in awesome

2012-07-17 Thread pyLemon
hi: I use the gnome-sound-applet to control sound in my awesome settings, and it has a full black icon. However, my top panel is also black, so I can't see the icon. Is it possible to change the icon? Thanks! best regards, pylemon -- To unsubscribe, send mail to awesome-unsubscr...@naquada

Re: change gnome-sound-applet icon in awesome

2012-07-17 Thread David Gomes
I've had the same problem: http://askubuntu.com/questions/105614/change-gnome-sound-applet-icon I couldn't really get an answer, not sure if it's possible. I just ended up using a textbox to display my sound, but I'd love to find a way around this too. On Tue, Jul 17, 2012 at 8:37 AM, pyLemon wr

Re: change gnome-sound-applet icon in awesome

2012-07-17 Thread Abhijeet R
Well, I actually don't have a solution but you can use vicious to create a widget like this. -- {{{ Volume level volicon = widget({ type = "imagebox" }) volicon.image = image(awful.util.getdir("config") .. "/icons/vol.png") volwidget = widget({ type = "textbox" }) vicious.cache(vicious.widgets.

Re: change gnome-sound-applet icon in awesome

2012-07-17 Thread pyLemon
thanks for your quick reply Abhijeet, and thanks David Gomes. I have google that page. haha, And I have seen someone has successful changed that icon. but I don't know how.. this is my volume applet config -- Volume widget volumecfg = {} volumecfg.cardid = 0 volumecfg.channel = "Master" volu

Re: change gnome-sound-applet icon in awesome

2012-07-17 Thread Vincent Bernat
❦ 17 juillet 2012 09:37 CEST, pyLemon  : > I use the gnome-sound-applet to control sound in my awesome settings, > and it has a full black icon. However, my top panel is also black, so > I can't see the icon. > > Is it possible to change the icon? Thanks! While I think you should use a widget fo

Re: change gnome-sound-applet icon in awesome

2012-07-17 Thread Bryan Gardiner
On Tue, 17 Jul 2012 15:37:02 +0800 pyLemon wrote: > hi: > > I use the gnome-sound-applet to control sound in my awesome settings, > and it has a full black icon. However, my top panel is also black, so > I can't see the icon. > > Is it possible to change the icon? Thanks! > > > best regards,

Re: [ANNOUNCE] awesome 3.4.13 released

2012-07-17 Thread Jérôme M. Berger
Julien Danjou wrote: > Hey folks, > > A new awesome arrives! This is mainly to fix a regression introduced > while fixing FS#1011 in v3.4.12. > > Happy hacking, Great, thanks! And I can confirm that this release doess fix FS#1011. Thanks again. Jerome -- mailto:

Re: Tag Switching Mildly Broken in 3.4.12

2012-07-17 Thread Jérôme M. Berger
Jérôme M. Berger wrote: > Jérôme M. Berger wrote: >> Leo L. Schwab wrote: >>> I just installed Awesome 3.4.12 from Debian unstable, and noted an >>> unfortunate change in behavior. >>> >>> In 3.4.11, when you changed tags, the window that was focused was, >>> in general, the window with tha

Re: change gnome-sound-applet icon in awesome

2012-07-17 Thread Vincent Bernat
❦ 17 juillet 2012 18:07 CEST, Bryan Gardiner  : >> I use the gnome-sound-applet to control sound in my awesome settings, >> and it has a full black icon. However, my top panel is also black, so >> I can't see the icon. >> >> Is it possible to change the icon? Thanks! >> >> >> best regards, >>

Re: change gnome-sound-applet icon in awesome

2012-07-17 Thread pyLemon
于Wed 18 Jul 2012 12:45:41 AM CST,Vincent Bernat写到: ❦ 17 juillet 2012 18:07 CEST, Bryan Gardiner : I use the gnome-sound-applet to control sound in my awesome settings, and it has a full black icon. However, my top panel is also black, so I can't see the icon. Is it possible to change the ic

Re: consolekit is not active after running startx.

2012-07-17 Thread Leiking
Anybody know the solution?? 2012/7/16 Leiking : > waiting expert to solve it ... > > 2012/7/16 Leiking : >> I tryed this. Althoght the seat is active, but awesome seems not work well. >> >> meta + 1 2 3 is not responding >> >> -_-. >> >> >> 2012/7/15 Renato Botelho : >>> On Sat, Jul 14, 20

RE: change gnome-sound-applet icon in awesome

2012-07-17 Thread David Sorkovsky
Try changing This... > volumecfg.mixercommand(" sset " .. volumecfg.channel .. " >toggle") To this... > volumecfg.mixercommand(" sset " .. volumecfg.channel .. " toggle") PS: Here's my version which has 4 different icons depending on the level, click toggles mute, wheel up/down

Re: consolekit is not active after running startx.

2012-07-17 Thread Leiking
I finally solved. I donot config my kernel well... Updated the wiki: https://awesome.naquadah.org/wiki/Autostart_with_consolekit Thanks all!! Specially thanks to @Vincent Bernat 2012/7/18 Leiking : > Anybody know the solution?? > > 2012/7/16 Leiking : >> waiting expert to solve it ... >> >>