2013-09-07 15:43:33 +02:00
|
|
|
Welcome to the Lain wiki!
|
|
|
|
|
2013-09-25 12:30:55 +02:00
|
|
|
Dependencies
|
|
|
|
------------------
|
2013-09-09 23:54:04 +02:00
|
|
|
|
2013-09-19 14:02:06 +02:00
|
|
|
Package | Requested by | Reason of choice
|
2013-09-19 14:01:28 +02:00
|
|
|
--- | --- | ---
|
2013-09-19 14:02:06 +02:00
|
|
|
alsa-utils | [alsa](https://github.com/copycat-killer/lain/wiki/alsa), [alsabar](https://github.com/copycat-killer/lain/wiki/alsabar) | /
|
2013-12-05 10:18:49 +01:00
|
|
|
curl | widgets accessing network resources | LuaSocket is not a core library, and still not available for Lua 5.2+. LuaSSL is out of date.
|
2013-09-24 18:15:38 +02:00
|
|
|
imagemagick | album arts in [mpd](https://github.com/copycat-killer/lain/wiki/mpd) notifications | Cairo doesn't do high quality filtering.
|
2013-09-09 23:54:04 +02:00
|
|
|
|
2013-09-25 12:30:55 +02:00
|
|
|
Installation
|
|
|
|
---------------
|
2013-09-07 14:20:29 +02:00
|
|
|
|
2013-09-25 12:30:55 +02:00
|
|
|
### Arch Linux
|
|
|
|
|
|
|
|
[AUR package](https://aur.archlinux.org/packages/lain/)
|
|
|
|
|
|
|
|
### Other distributions
|
2013-09-08 14:01:10 +02:00
|
|
|
|
|
|
|
git clone https://github.com/copycat-killer/lain.git ~/.config/awesome/lain
|
2013-09-07 14:20:29 +02:00
|
|
|
|
2013-09-25 12:30:55 +02:00
|
|
|
Usage
|
|
|
|
--------
|
|
|
|
|
2013-09-25 17:02:02 +02:00
|
|
|
First, include it into your `rc.lua`:
|
2013-09-10 21:25:53 +02:00
|
|
|
|
|
|
|
local lain = require("lain")
|
|
|
|
|
2013-09-25 12:30:55 +02:00
|
|
|
Then check out the submodules you want:
|
2013-09-07 14:19:32 +02:00
|
|
|
|
2013-09-07 14:18:02 +02:00
|
|
|
- [Layouts](https://github.com/copycat-killer/lain/wiki/Layouts)
|
|
|
|
- [Widgets](https://github.com/copycat-killer/lain/wiki/Widgets)
|
2013-09-07 14:30:13 +02:00
|
|
|
- [Utilities](https://github.com/copycat-killer/lain/wiki/Utilities)
|