Package Details: lain-git 1:r1771.07cf82e-1

Git Clone URL: https://aur.archlinux.org/lain-git.git (read-only, click to copy)
Package Base: lain-git
Description: Layouts, asynchronous widgets and utilities for Awesome WM
Upstream URL: https://github.com/lcpz/lain
Keywords: awesome
Licenses: GPL2
Conflicts: lain
Provides: lain
Submitter: lcpz
Maintainer: lcpz
Last Packager: lcpz
Votes: 59
Popularity: 0.000000
First Submitted: 2014-04-12 13:33 (UTC)
Last Updated: 2022-03-25 00:55 (UTC)

Dependencies (3)

Required by (1)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

conandoel commented on 2017-01-30 21:21 (UTC)

After a while I get error of comparison nil in line 102 of fs.lua, I use the example code that you have in the wiki.

lcpz commented on 2017-01-28 20:24 (UTC)

Calendar widget syntax is changed in commit 1517. https://github.com/copycat-killer/lain/wiki/calendar

lybin commented on 2017-01-27 12:54 (UTC)

@copycat-killer, yes, works now, thanks.

lcpz commented on 2017-01-27 11:38 (UTC)

@lybin Do you have a problem with the current battery widget? Instead of jumping between commits, fill an issue format on GitHub and let's solve it. It would be more useful for you too.

lybin commented on 2017-01-27 11:33 (UTC)

@copycat-killer, thank you for your job, but unstable not only in the past days, with battery was many problems, works fine then an update and battery widget is broken. Works again in next update. May be create some tag in repo, every time I try find the last working commit ) Thanks.

lcpz commented on 2017-01-27 10:53 (UTC)

Even though this library has been stable for 4 years, a git is unstable by definition. But you're right: in the past days the instability reached the highest level, sorry. :D The reason is that, in occasion of Awesome 4.0, I worked very hard to finally make not only my first release, but also to enhance the project. Now lain is asynchronous and fully Awesome 4.x compliant. The turbolences are gone, and the release tag 1.0 is near. Thanks to everyone who supported this project along the years, without which this goal would not be achieved.

lybin commented on 2017-01-27 08:18 (UTC)

Whenever you update something crashes :( Thx, author, but impossible use this library, may be create lain stable?

lcpz commented on 2017-01-26 20:05 (UTC)

Attention again everyone: there is an API break in latest commit, due to the fact that now lain.widgets.* don't return a metatable to the widget, but the main table itself. In order to call the widget, you must now use the widget field. Example: local cpu = lain.widgets.cpu() cpu.widget -- <-- this is the widget Also, read here: https://github.com/copycat-killer/lain/issues/293

conandoel commented on 2017-01-24 21:05 (UTC)

Sorry

lcpz commented on 2017-01-24 20:39 (UTC)

Watch your language here. If you have a real issue, don't comment here, but fill correctly an Issue format on GitHub.