Topic: Not so awesome "awesome"-problem
I try to add a second statusbar for System-monitoring to awesome. I've been reading in the wiki and the vicious README quite a lot, but still there's something wrong with the widgets and/or wibox I created. When awesome starts/restarts it ignores the theme I set, but instead loads default configuration, actually the only thing it doesn't ignore from my rc.lua, are my tags (incl. names + layout). But it adds the 9 numbered default tags behind them. Key- and mousebindings, startup-apps etc. are all ignored. Even urxvt won't load .Xdefaults (yes I tried "xrdb -merge ~/.Xdefaults").
awesome -k ~/.config/awesome/rc.luatells me that the Syntax is correct.
I got the same symptoms when the path to an icon in my customized theme was wrong, so I guess something is wrong with either vicious or the widgets/wibox I created. It's most certainly the latter, but I can't figure out what exactly...
So here's my rc.lua: http://pastebin.com/KgJfma3X
I really hope somebody can help me...