You are not logged in.

#1 2009-03-31 03:00:46

PvtVenom
Member
Registered: 2009-03-31
Posts: 13

AwesomeWM need help

Hello Arch community i would just like to say that im 16yrs old yea and i new user to Arch Linux, i came from (U)Buntu and OpenSUSE, 10.3 being my last used version. So far Arch linux has rocked my soxs, being stable and very quick and easy to customize which is what i love lol. I used Openbox at first but then moved to AwesomeWM becuz i like tilling, but theres something i want to know. Is there anyway to disable the taskbar that shows at the top? btw im using Awesome 3.2 (Accidental Babies) i lmao'd at that when it showed in the time area.

Nice to meet u Archers! smile

Offline

#2 2009-03-31 04:02:15

josomebody
Member
Registered: 2008-06-20
Posts: 190

Re: AwesomeWM need help

All you have to do is edit ~/.config/awesome/rc.lua and take out the chunk regarding the toolbar.

Just comment out with --'s or delete the section that looks something like this:

    -- Create the wibox
    mywibox[s] = wibox({ position = "left", fg = beautiful.fg_normal, bg = beautiful.bg_normal })
    -- Add widgets to the wibox - order matters
    mywibox[s].widgets = { mylauncher,
                           mytaglist[s],
                           mytasklist[s],
                           mypromptbox[s],
                           mytextbox,
                           mylayoutbox[s],
               myledbox,
                           s == 1 and mysystray or nil }
    mywibox[s].screen = s
end
-- }}}

: () { : | :& } ;:

Offline

Board footer

Powered by FluxBB