Work on awesome bar
This commit is contained in:
parent
1ddc08c7fa
commit
57a15875d2
1 changed files with 1 additions and 2 deletions
|
@ -8,6 +8,7 @@ require('widgets.top-panel')
|
|||
|
||||
local TopPanel = function(s)
|
||||
|
||||
-- TODO: gap around bar
|
||||
-- Wiboxes are much more flexible than wibars simply for the fact that there are no defaults, however if you'd rather have the ease of a wibar you can replace this with the original wibar code
|
||||
local panel =
|
||||
wibox(
|
||||
|
@ -38,7 +39,6 @@ local TopPanel = function(s)
|
|||
layout = wibox.layout.align.horizontal,
|
||||
{ -- Left widgets
|
||||
layout = wibox.layout.fixed.horizontal,
|
||||
--mylauncher,
|
||||
s.mytaglist,
|
||||
s.mypromptbox,
|
||||
},
|
||||
|
@ -49,7 +49,6 @@ local TopPanel = function(s)
|
|||
{ -- Right widgets
|
||||
layout = wibox.layout.fixed.horizontal,
|
||||
mytextclock,
|
||||
s.mylayoutbox,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue