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
|
-- Create the wibox
|
||||||
mywibox[s] = wibox({ position = "top", 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
|
-- Add widgets to the wibox - order matters
|
||||||
mywibox[s].widgets = { mytaglist[s],
|
mywibox[s].widgets = { mylauncher,
|
||||||
mylauncher,
|
mytaglist[s],
|
||||||
mytasklist[s],
|
mytasklist[s],
|
||||||
mypromptbox[s],
|
mypromptbox[s],
|
||||||
mytextbox,
|
mytextbox,
|
||||||
|
|
Loading…
Reference in New Issue