mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-22 11:12:31 +00:00
Merge pull request #168 from sheeprine/master
Fixes powerarrow theme broken due to [[ nesting
This commit is contained in:
commit
8dbf457546
|
@ -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