From f1bfc405bf683a36f094ba3f249765dbd7ea4cd2 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Sun, 26 Oct 2008 16:37:44 +0100 Subject: [PATCH] awesomerc: remove useless wibox name Signed-off-by: Julien Danjou --- awesomerc.lua.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/awesomerc.lua.in b/awesomerc.lua.in index e4104956..d52e15b3 100644 --- a/awesomerc.lua.in +++ b/awesomerc.lua.in @@ -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,