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
First of all, thanks for these awesome dotfiles. Incredible work.
I'm having some issues with a pretty default config of amarena.
Weather
I just added my openweathermap API key and city_id in the rc.lua but the widget does not load data in the sidebar where a generic text Loading weather... with an exclamation point icon appears.
in a terminal sessions works fine with an output like: 01d clear sky 6°C.
Fortune
Works fine from the command line but output is not rendered correctly in the dashboard:
hostname
The same problem seems to affect the hostname portion of the user widget in the dashboard (see screenshot above).
I have made no changes to the default config.
$ awesome -v dom 16:54
awesome v4.3-1588-gb54e50ad6 (Too long)
• Compiled against Lua 5.4.4 (running with 0.9.2)
• API level: 4
• D-Bus support: yes
• xcb-errors support: no
• execinfo support: yes
• xcb-randr version: 1.6
• LGI version: /usr/share/lua/5.4/lgi/version.lua
• Transparency enabled: yes
• Custom search paths: no
Running Arch Linux with kernel 6.1.8-arch1-1 on VMWare.
The only error I see in .xsession-errors is related to helpers.lua:
2023-01-29 17:03:16 W: awesome: luaA_dofunction:78: error while running function!
stack traceback:
/home/hopes/.config/awesome/helpers.lua:420: infunction</home/hopes/.config/awesome/helpers.lua:412>
(...tail calls...)
error: /home/hopes/.config/awesome/helpers.lua:420: attempt to perform arithmetic on a nil value
Any help would be greatly appreciated.
Thanks
The text was updated successfully, but these errors were encountered:
First of all, thanks for these awesome dotfiles. Incredible work.
I'm having some issues with a pretty default config of amarena.
I just added my openweathermap API
key
andcity_id
in therc.lua
but the widget does not load data in the sidebar where a generic textLoading weather...
with an exclamation point icon appears.Running the script:
in a terminal sessions works fine with an output like:
01d clear sky 6°C
.Works fine from the command line but output is not rendered correctly in the dashboard:
The same problem seems to affect the
hostname
portion of the user widget in the dashboard (see screenshot above).I have made no changes to the default config.
Running Arch Linux with kernel
6.1.8-arch1-1
on VMWare.The only error I see in
.xsession-errors
is related tohelpers.lua
:Any help would be greatly appreciated.
Thanks
The text was updated successfully, but these errors were encountered: