awesomerc: remove useless wibox name

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-10-26 16:37:44 +01:00
parent 85c7bf07c9
commit f1bfc405bf

View file

@ -152,8 +152,7 @@ for s = 1, screen.count() do
end, mytasklist.buttons)
-- Create the wibox
mywibox[s] = wibox({ position = "top", name = "mywibox" .. s,
fg = beautiful.fg_normal, bg = beautiful.bg_normal })
mywibox[s] = wibox({ position = "top", fg = beautiful.fg_normal, bg = beautiful.bg_normal })
-- Add widgets to the wibox - order matters
mywibox[s].widgets = { mytaglist[s],
mylauncher,