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:
parent
e785f9e22a
commit
7c9a26cc0b
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue