lcpz / awesome-copycats

Awesome WM themes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

powerarrow-darker: attempt to call field 'at_screen_connect'

liquiddandruff opened this issue · comments

Using default template and themes, setting

local chosen_theme = themes[7] -- powerarrow-dark

will error on this line

-- Create a wibox for each screen and add it awful.screen.connect_for_each_screen(function(s) beautiful.at_screen_connect(s) end)

with attempt to call a nil value (field at 'at_screen_connect')

Other themes work fine.

I did the suggested change in #226 to comment out the fsicon widget but it still errors. Also did a diff between powerarrow and powerarrow-darker but didn't find anything of note. Will take a closer look later and update if I fix this.

The notification should also tell you where in the theme.lua the error happens.

Otherwise, please provide me with a log as described here.

Closing for inactivity.

I will reopen if you comment back with the information I asked.