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 = {
        {
            mylauncher,
            mytaglist[s],
            mypromptbox[s],
            layout = awful.widget.layout.horizontal.leftright
        },
        mylayoutbox[s],
        mytextclock,
        s == 1 and mysystray or nil,
        mytasklist[s],
        miketextbox,
        layout = awful.widget.layout.horizontal.rightleft
    }

but it's not showing up. What am I doing wrong?

Thanks,
Mike

-- 
To unsubscribe, send mail to [email protected].

Reply via email to