lain: new commit

This commit is contained in:
Luca Capezzuto 2019-05-27 13:14:47 +01:00
parent 327d6f1172
commit 51879a0372
No known key found for this signature in database
GPG Key ID: EDCFE1C5B0CD8FB5
2 changed files with 2 additions and 2 deletions

2
lain

@ -1 +1 @@
Subproject commit 3328e738bdc1223583fb98730668dfed24395dfc
Subproject commit 025508ce835c3a83484b4d32c179347e51498e9f

View File

@ -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 {