lain: new commit
This commit is contained in:
parent
327d6f1172
commit
51879a0372
2
lain
2
lain
|
@ -1 +1 @@
|
|||
Subproject commit 3328e738bdc1223583fb98730668dfed24395dfc
|
||||
Subproject commit 025508ce835c3a83484b4d32c179347e51498e9f
|
|
@ -283,7 +283,7 @@ function theme.at_screen_connect(s)
|
|||
s.mytasklist = awful.widget.tasklist(s, awful.widget.tasklist.filter.currenttags, awful.util.tasklist_buttons)
|
||||
|
||||
-- Create the wibox
|
||||
s.mywibox = awful.wibar({ position = "top", screen = s, height = dpi(20), bg = theme.bg_normal, fg = theme.fg_normal })
|
||||
s.mywibox = awful.wibar({ position = "top", screen = s, height = dpi(19), bg = theme.bg_normal, fg = theme.fg_normal })
|
||||
|
||||
-- Add widgets to the wibox
|
||||
s.mywibox:setup {
|
||||
|
|
Loading…
Reference in New Issue