mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-22 11:12:31 +00:00
steamburn: remove duplicate wibox code; #161
This commit is contained in:
parent
175ed7e76f
commit
fb4d8cb5e7
2
lain
2
lain
|
@ -1 +1 @@
|
|||
Subproject commit dfca7ef85a4bd665f41635768611837d7d4cc2c6
|
||||
Subproject commit a6ca6ab03005cb4fe944f4e4e56bf432ef1f3327
|
|
@ -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 })
|
||||
|
||||
|
|
Loading…
Reference in a new issue