Heres a screenshot, seems like my menubar has moved into the top and only showing tiny bit of it. Any idea on whats changed in the config? was working fine in rc4.
screenshot: http://vinno.net/temp/hmmwhat.gif heres what i have in the config, -- Create the wibox mywibox[s] = wibox({ position = "bottom", fg = beautiful.fg_normal, bg = beautiful.bg_normal }) -- {{{ Tags -- Define tags table. config = { } config.tags = { { name = "1:MAIN", layout = layouts[1] }, { name = "2:WWW", layout = layouts[1] }, { name = "3:CHAT", layout = layouts[1] }, { name = "4:MUSIC", layout = layouts[1] }, { name = "5:EMAIL", layout = layouts[1] }, { name = "6:CONSOLE", layout = layouts[1] }, { name = "7:STATUS", layout = layouts[1] }, { name = "8:OTHERS", layout = layouts[1] }, } tags = { } for s = 1, screen.count() do tags[s] = { } for i, v in ipairs(config.tags) do tags[s][i] = tag(v.name) tags[s][i].screen = s awful.tag.setproperty(tags[s][i], "layout", v.layout) awful.tag.setproperty(tags[s][i], "mwfact", v.mwfact) awful.tag.setproperty(tags[s][i], "nmaster", v.nmaster) awful.tag.setproperty(tags[s][i], "ncols", v.ncols) awful.tag.setproperty(tags[s][i], "icon", v.icon) end tags[s][1].selected = true end -- }}} - +-----------------------------------------------------------------+ -> Vinno. ([email protected]) +-----------------------------------------------------------------+ # GPG Cryptography info: ID Key: 4096R / 896EEAEE Fingerprint: 1A5F A7D8 5FE3 8884 C42D 0F4E 3D1F 5859 896E EAEE Public Key Block: http://www.vinno.net/vinnonetpublickey.asc +-----------------------------------------------------------------+
signature.asc
Description: This is a digitally signed message part
