lain/Home.md

27 lines
856 B
Markdown
Raw Normal View History

2013-09-07 15:43:33 +02:00
Welcome to the Lain wiki!
2013-09-09 23:54:04 +02:00
### Dependencies
Package | Requested by
--- | ---
alsa-utils | [alsa](https://github.com/copycat-killer/lain/wiki/alsa), [alsabar](https://github.com/copycat-killer/lain/wiki/alsabar)
curl | widget types accessing network resources
imagemagick | [mpd](https://github.com/copycat-killer/lain/wiki/mpd)
2013-09-18 00:14:40 +02:00
*(Why ImageMagick? Because Cairo doesn't do high quality filtering at the moment)*
2013-09-07 14:20:29 +02:00
### Installation
2013-09-08 14:01:10 +02:00
Simply clone this repository into your Awesome directory:
git clone https://github.com/copycat-killer/lain.git ~/.config/awesome/lain
2013-09-07 14:20:29 +02:00
2013-09-10 21:25:53 +02:00
then include it in your `rc.lua`:
local lain = require("lain")
### Submodules
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)