We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I switched my Linux distro recently and am back to Awesome WM.
As such, I am reapplying these awesome widgets. I discovered, that GitHub Activity Widget depends on JSON:
awesome-wm-widgets/github-activity-widget/github-activity-widget.lua
Line 13 in 8439ca7
However, this is not part of the Lua standard library. Instead, json.lua needs to be downloaded: https://github.com/streetturtle/awesome-wm-widgets/tree/master/weather-widget#installation
(I cloned the repo and symlinked the file within (with the same name) which also worked).
Can you update the documentation?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I switched my Linux distro recently and am back to Awesome WM.
As such, I am reapplying these awesome widgets.
I discovered, that GitHub Activity Widget depends on JSON:
awesome-wm-widgets/github-activity-widget/github-activity-widget.lua
Line 13 in 8439ca7
However, this is not part of the Lua standard library.
Instead, json.lua needs to be downloaded: https://github.com/streetturtle/awesome-wm-widgets/tree/master/weather-widget#installation
(I cloned the repo and symlinked the file within (with the same name) which also worked).
Can you update the documentation?
The text was updated successfully, but these errors were encountered: