Open xbolivarhazboun opened 3 years ago
ya same issue
You need to open ~/.config/awesome/themes/ayu/theme.lua
and edit this lines :
FROM:
awful.tag(
awful.util.tagnames, s,
awful.layout.default[s.index] or awful.layout.layouts[1]
)
TO:
awful.tag(
awful.util.tagnames, s,
awful.layout.layouts[1]
)
Hi,
I followed the guide to a tee and I'm getting a few errors. I used to use your config a year or so ago but now I can't seem to get it to work.
My lua.rc looked like this:
Which gave me this error:
Naturally I tried adding a reference for beautiful by adding the following right before declaring chosen_theme.
This was unsucessful, I end up with a different error stating:
Lua is quite foreign to me, any help would be greatly appreciated.