adding widgets

2012-11-22 Thread Michael P. Soulier
Hi, I'm trying to add my own widgets to the statusbar, and they're not showing up. I put this in my $HOME/.config/awesome/rc.lua -- Create a simple textbox for testing. miketextbox = widget({ type = textbox }) miketextbox.text = Hi, can you see me? then I added it here mywibox[s].widgets

thermal: added support for kernel module 'k10temp'

2012-11-22 Thread Juergen Descher
Hi everyone, Hi Adrian, thanks a lot for your Vicious library. Using the thermal widget I had some trouble as I don't have any support for the available data sources. The only thing I got is the kernel module 'k10temp' for my AMD Phenom II X4 945 CPU, kernel 3.2.0-0.bpo.3-amd64. Temperature

Re: Broken GTK menus

2012-11-22 Thread Marco
2012-11-18 Ignas Anikevicius: Since apparently I'm not the only one with this problem, did anyone file a bug report regarding this issue? Else, what would be the best place for the bug report? Marco -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Re: adding widgets

2012-11-22 Thread Uli Schlachter
Hi, On 22.11.2012 13:20, Michael P. Soulier wrote: I'm trying to add my own widgets to the statusbar, and they're not showing up. I put this in my $HOME/.config/awesome/rc.lua -- Create a simple textbox for testing. miketextbox = widget({ type = textbox }) miketextbox.text = Hi, can you

Re: thermal: added support for kernel module 'k10temp'

2012-11-22 Thread Adrian C.
Hi you're supposed to be able to do this: { w83627ehf.656, core } Like this: vicious.register(cputemp, vicious.widgets.thermal, $1C, 19, {w83627ehf.656, core}) -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 --

[PATCH] Expose wm_name to the user

2012-11-22 Thread Ignas Anikevicius
Hello everybody, I am sending a short patch which makes the menubar slightly more configurable, which then makes it more useful in non standard setups. I hope the patch explains it all. Cheers, Ignas From 5c50f97472051216b1ff57a43b609369431988b4 Mon Sep 17 00:00:00 2001 From: Ignas Anikevicius

Re: [PATCH] Expose wm_name to the user

2012-11-22 Thread Ignas Anikevicius
On 22/11/12 11:20:57 +, Ignas Anikevicius wrote: -- or if it's equal to 'awesome' This line should be changed as well... Attaching a fixed patch. Cheers, Ignas PS. Sorry for spamming everybody. From 18f8841fe472082dcbe47102d555b4dd2f941cbf Mon Sep 17 00:00:00 2001 From: Ignas

Re: [PATCH] Expose wm_name to the user

2012-11-22 Thread Uli Schlachter
On 22.11.2012 13:35, Ignas Anikevicius wrote: On 22/11/12 11:20:57 +, Ignas Anikevicius wrote: -- or if it's equal to 'awesome' This line should be changed as well... Attaching a fixed patch. Applied, thanks PS. Sorry for spamming everybody. It's not you, it's the mailing list

Re: [PATCH] Expose wm_name to the user

2012-11-22 Thread Arvydas Sidorenko
Wouldn't that be more of a bug in the .desktop files? Why should they only be displayed in Gnome?! Freedesktop has specified 'OnlyShowIn' key for .desktop files No Awesome registered as a value though :-) -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.