awesomerc: remove useless wibox name
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
85c7bf07c9
commit
f1bfc405bf
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue