Skip to content
Luca CPZ edited this page Oct 5, 2017 · 52 revisions

Welcome to the Lain wiki!

If you spot a typo or have a suggestion, please notify me opening an issue format. Thank you.

Dependency

Package Requested by Reasons of choice
curl imap, mpd, and weather widgets 1. faster and simpler to use than LuaSocket; 2. it's in the core of almost every distro; 3. can be called asynchronously

Installation

Arch Linux

AUR package

Other distributions

git clone https://github.com/lcpz/lain.git ~/.config/awesome/lain

Also available via LuaRocks.

Usage

First, include it into your rc.lua:

local lain = require("lain")

Then check out the submodules you want:

Clone this wiki locally