awesomerc: move awesome icon in top left corner

That improves usability since corners are easier to reach.

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-11-06 14:06:37 +01:00
parent e785f9e22a
commit 7c9a26cc0b
1 changed files with 2 additions and 2 deletions

View File

@ -151,8 +151,8 @@ for s = 1, screen.count() do
-- Create the wibox
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,
mywibox[s].widgets = { mylauncher,
mytaglist[s],
mytasklist[s],
mypromptbox[s],
mytextbox,