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
I follow default installation for volume widget and got this
024-07-21 13:03:58 E: awesome: Error during a protected call: ...nfig/awesome/awesome-wm-widgets/volume-widget/volume.lua:243: bad argument #2 to 'format' (number expected, got nil)
stack traceback:
[C]: infunction'string.format'
...nfig/awesome/awesome-wm-widgets/volume-widget/volume.lua:243: in upvalue 'callback'
/usr/share/awesome/lib/awful/widget/watch.lua:77: infunction</usr/share/awesome/lib/awful/widget/watch.lua:76>
(...tail calls...)
/usr/share/awesome/lib/awful/spawn.lua:481: infunction</usr/share/awesome/lib/awful/spawn.lua:475>
[C]: infunction'xpcall'
/usr/share/awesome/lib/gears/protected_call.lua:36: infunction</usr/share/awesome/lib/gears/protected_call.lua:35>
(...tail calls...)
/usr/share/awesome/lib/awful/spawn.lua:577: in upvalue 'done'
/usr/share/awesome/lib/awful/spawn.lua:592: infunction</usr/share/awesome/lib/awful/spawn.lua:584>
The text was updated successfully, but these errors were encountered:
raisinbl
changed the title
volume-widget:
volume-widget issue: volume-widget/volume.lua:243: bad argument #2 to 'format' (number expected, got nil)
Jul 21, 2024
I think I was just looking at the example section in the amixer(1) man page and thought they were counting from 1 instead of 0, or using 1 as the default for some reason. maybe lua has traumatized me a bit ^^
I follow default installation for volume widget and got this
The text was updated successfully, but these errors were encountered: