So I've been trying to create a popup widget which should include 3 other widgets inside of it. I had to fix a bunch of things before I could get it to run without spitting out more errors. So I am at the point where I am trying to run it to see if it really is working. I made a button(day_button.lua
) which will trigger the visibility of the container(empty-container.lua
). So I typed at the top of rc.lua: local customclock = require("day_button")
which like I said gave no output of any errors. I tried to place the button in my wibar like so: wibar(you can find it under the widget mytextclock
). So by trying to "summon" the button I get these errors. I don't know what to do from this point forward. These errors aren't very helpful and I'm not that experienced.
I will also include day_button.lua and empty-container.lua for better context.
Please help.