mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
awesomerc: remove useless wibox name
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
85c7bf07c9
commit
f1bfc405bf
1 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue