diff --git a/lain b/lain index dfca7ef..a6ca6ab 160000 --- a/lain +++ b/lain @@ -1 +1 @@ -Subproject commit dfca7ef85a4bd665f41635768611837d7d4cc2c6 +Subproject commit a6ca6ab03005cb4fe944f4e4e56bf432ef1f3327 diff --git a/themes/steamburn/theme.lua b/themes/steamburn/theme.lua index caec2e4..e3e0c22 100644 --- a/themes/steamburn/theme.lua +++ b/themes/steamburn/theme.lua @@ -234,9 +234,6 @@ function theme.at_screen_connect(s) -- Create a tasklist widget 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 = 18, bg = theme.bg_normal, fg = theme.fg_normal }) - -- Create the wibox s.mywibox = awful.wibar({ position = "top", screen = s, height = 18 })