obvious icon indicating copy to clipboard operation
obvious copied to clipboard

Widget library for the awesome window manager

Results 6 obvious issues
Sort by recently updated
recently updated
newest added

Using this code: `local obvious = require("obvious")` gives the following error: `Error during execution: /usr/share/awesome/lib/obvious/lib/mpd/init.lua:53: attempt to call a nil value (global 'module')` It appears the `module` function does not...

Hello, Just to report an issue. Using the `volume_alsa` widget specifying a terminal gives an nil error (attempt to call a nil value method set_term) ``` w.widgets = { obvious.volume_alsa():set_term("urxvt")...

Hello, I was wondering if the widgets work on Awesome 4. Thank you.

Here are the things that need to be done in order to properly work with Awesome 4: * [ ] All references to `io.popen` and `awful.util.spawn.pread` (or whatever it's called)...

Hi @hoelzro! Why don't you maintain Arch Linux package? AUR contains few outdated versions, but isn't current version available?

Hi! I propose to include some logging library eg. [LuaLogging](https://github.com/Neopallium/lualogging). Thus we can set the flag and log file globally, for example ``` lua DEBUG = true -- false logger...