awesome-wm-widgets
awesome-wm-widgets copied to clipboard
No "email" module for email-widget
This line is causing problems - awesome says there's no email
module:
local email_widget, email_icon = require("email")
I tried writing like this (since other widgets were called in this convention):
local email_widget, email_icon = require("awesome-wm-widgets.email-widget.email")
This removes error messages and awesome loads normally, but the icon and widget don't appear at all.
I've also tested the 2 python scripts to make sure those are fine - which they are.