From 019ce8f1bef1890a5d37b4b4a7a9cba59e01d146 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Albert?= Date: Fri, 3 Mar 2017 13:30:08 +0100 Subject: [PATCH] Fixes powerarrow theme broken due to [[ nesting One comment was using [[[[, making the lua parser crash at loading of the theme. --- themes/powerarrow/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/powerarrow/theme.lua b/themes/powerarrow/theme.lua index e043e94..35e2ccf 100644 --- a/themes/powerarrow/theme.lua +++ b/themes/powerarrow/theme.lua @@ -328,7 +328,7 @@ function theme.at_screen_connect(s) layout = wibox.layout.fixed.horizontal, wibox.widget.systray(), wibox.container.margin(scissors, 4, 8), - --[[[[ using shapes + --[[ using shapes pl(wibox.widget { mpdicon, theme.mpd.widget, layout = wibox.layout.align.horizontal }, "#343434"), pl(task, "#343434"), --pl(wibox.widget { mailicon, mail and mail.widget, layout = wibox.layout.align.horizontal }, "#343434"),