You are not logged in.

#1 2010-10-23 11:16:30

kirkface8
Member
Registered: 2010-10-04
Posts: 32

[Solved] awesomewm wibox problem

 
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

#2 2010-10-23 11:46:36

JokerBoy
Member
From: România
Registered: 2009-09-24
Posts: 641

Re: [Solved] awesomewm wibox problem

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.

Offline

#3 2010-10-23 11:56:02

kirkface8
Member
Registered: 2010-10-04
Posts: 32

Re: [Solved] awesomewm wibox problem

http://pastebin.com/ZJnHY86a

yeah its not working

Offline

#4 2010-10-23 12:07:12

Barghest
Member
From: Hanau/Germany
Registered: 2008-01-03
Posts: 563

Re: [Solved] awesomewm wibox problem

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

#5 2010-10-23 12:13:10

kirkface8
Member
Registered: 2010-10-04
Posts: 32

Re: [Solved] awesomewm wibox problem

thanks barghest that did the trick smile
are you able to give me some help with setting up volume, bat, cpu and mem usage widgets?

Offline

#6 2010-10-23 13:15:18

Barghest
Member
From: Hanau/Germany
Registered: 2008-01-03
Posts: 563

Re: [Solved] awesomewm wibox problem

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

#7 2010-10-23 13:36:38

kirkface8
Member
Registered: 2010-10-04
Posts: 32

Re: [Solved] awesomewm wibox problem

thanks barghest
ive figure it out finally after about a month of trying
haha

Offline

Board footer

Powered by FluxBB