1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 20:41:22 +00:00

steamburn: remove duplicate wibox code; #161

This commit is contained in:
Luke Bonham 2017-02-24 13:11:18 +01:00
parent 175ed7e76f
commit fb4d8cb5e7
2 changed files with 1 additions and 4 deletions

2
lain

@ -1 +1 @@
Subproject commit dfca7ef85a4bd665f41635768611837d7d4cc2c6 Subproject commit a6ca6ab03005cb4fe944f4e4e56bf432ef1f3327

View file

@ -234,9 +234,6 @@ function theme.at_screen_connect(s)
-- Create a tasklist widget -- Create a tasklist widget
s.mytasklist = awful.widget.tasklist(s, awful.widget.tasklist.filter.currenttags, awful.util.tasklist_buttons) 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 -- Create the wibox
s.mywibox = awful.wibar({ position = "top", screen = s, height = 18 }) s.mywibox = awful.wibar({ position = "top", screen = s, height = 18 })