mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-22 11:12:31 +00:00
Fixes powerarrow theme broken due to [[ nesting
One comment was using [[[[, making the lua parser crash at loading of the theme.
This commit is contained in:
parent
5ff41cc188
commit
019ce8f1be
|
@ -328,7 +328,7 @@ function theme.at_screen_connect(s)
|
||||||
layout = wibox.layout.fixed.horizontal,
|
layout = wibox.layout.fixed.horizontal,
|
||||||
wibox.widget.systray(),
|
wibox.widget.systray(),
|
||||||
wibox.container.margin(scissors, 4, 8),
|
wibox.container.margin(scissors, 4, 8),
|
||||||
--[[[[ using shapes
|
--[[ using shapes
|
||||||
pl(wibox.widget { mpdicon, theme.mpd.widget, layout = wibox.layout.align.horizontal }, "#343434"),
|
pl(wibox.widget { mpdicon, theme.mpd.widget, layout = wibox.layout.align.horizontal }, "#343434"),
|
||||||
pl(task, "#343434"),
|
pl(task, "#343434"),
|
||||||
--pl(wibox.widget { mailicon, mail and mail.widget, layout = wibox.layout.align.horizontal }, "#343434"),
|
--pl(wibox.widget { mailicon, mail and mail.widget, layout = wibox.layout.align.horizontal }, "#343434"),
|
||||||
|
|
Loading…
Reference in a new issue