Luca CPZ

Results 63 comments of Luca CPZ

@razamatan There is already a non-Lua approach: it's Curl, which has also been preferred over LuaSocket for these [reasons](https://github.com/lcpz/lain/wiki#dependencies). EDIT: > what's more important, not taking on any dependency at...

The wiki [specifies](https://github.com/lcpz/lain/wiki/net#input-table) that the input argument of the widget is a table, in which `units` and `settings` are two separate entities. [Here](https://github.com/lcpz/lain/wiki/Widgets), it also refers to [`awesome-copycats`](https://github.com/lcpz/awesome-copycats) for examples....

If [`awful.widget.watch`](https://awesomewm.org/recipes/watch) does not satisfy your needs, I will consider PRs.

Hi, sorry for the late reply. I would appreciate if you can turn this into a pull request. Otherwise, I will test myself as soon as I can.

> I could send patches by email. Not necessary, since you have already posted them here. I will turn them into a new commit myself.

`fg` and `bg` are evidently both necessary, and this precondition must be met by the user. Instead of bloating the widgets with failsafe checks, another line of user code sounded...

> I ran into the problem while simply setting fg. I wanted to keep the default bg. But there is no default if I pass another notification_preset. So... what about...

This is a good implementation to use: https://github.com/paoloap/bosch#about-configlua

Another thing which could fall under the theming bracket is `naughty` notification. Some widget like `fs` and `bat` have notifications on by default. If a user does not want them...

Threshold should be configurable too (i.e. https://github.com/lcpz/lain/pull/398).