You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
hamensman
changed the title
Not "email" module for email-widget
No "email" module for email-widget
Apr 4, 2022
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.
The text was updated successfully, but these errors were encountered: