From fb4d8cb5e7aa7c7fd6cf3294b05a5f4c55fb4225 Mon Sep 17 00:00:00 2001 From: Luke Bonham Date: Fri, 24 Feb 2017 13:11:18 +0100 Subject: [PATCH] steamburn: remove duplicate wibox code; #161 --- lain | 2 +- themes/steamburn/theme.lua | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) 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 })