You are not logged in.
h4x07@h4x07-poos:~$ DISPLAY=:1.0 awesome -c ~/onfig/awesome/rc.lua
/home/h4x07/.config/awesome/rc.lua:178: attempt to index global 'mywibox2' (a nil value)what does this error mean?
Last edited by kirkface8 (2010-10-23 12:14:02)
Offline
DISPLAY=:1.0 awesome -c ~/onfig/awesome/rc.lua
it this correct?
pastebin your rc.lua file. and stop making topics for each question you have.
Arch64/DWM || My Dropbox referral link
Offline
yeah its not working
Offline
You need an entry for the mywibox2 in your wibox table
-- Create a wibox for each screen and add it
mywibox = {}
mywibox2 = {}
mypromptbox = {}
mylayoutbox = {}
mytaglist = {}
mytaglist.buttons = awful.util.table.join(
awful.button({ }, 1, awful.tag.viewonly),
awful.button({ modkey }, 1, awful.client.movetotag),
awful.button({ }, 3, awful.tag.viewtoggle),
awful.button({ modkey }, 3, awful.client.toggletag),
awful.button({ }, 4, awful.tag.viewnext),
awful.button({ }, 5, awful.tag.viewprev)
)/edit: todo: chose a new avatar because of the new guy JokerBoy
Last edited by Barghest (2010-10-23 12:08:19)
Offline
thanks barghest that did the trick ![]()
are you able to give me some help with setting up volume, bat, cpu and mem usage widgets?
Offline
For what I see in your rc.lua you're using vicious. So I guess you've seen the repo of anrxc
His configs are a good point to start from. So if not already done donwload the vicious files, look at his rc.lua and adjust yours to your needs. If you have a specific questions you can aks here again.
Last edited by Barghest (2010-10-23 13:15:40)
Offline
thanks barghest
ive figure it out finally after about a month of trying
haha
Offline