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
1 changed files with 1 additions and 2 deletions

View File

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