mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 03:50:24 +10:00
Awesome configs for Ben.
This commit is contained in:
15
.config/awesome/lain/wiki/Home.md
Executable file → Normal file
15
.config/awesome/lain/wiki/Home.md
Executable file → Normal file
@@ -1,16 +1,13 @@
|
||||
Welcome to the Lain wiki!
|
||||
|
||||
If you spot a typo or have a suggestion to improve these pages, please notify me opening an [issue](https://github.com/lcpz/lain/issues) format. Thank you.
|
||||
If you spot a typo or have a suggestion, please notify me opening an [issue](https://github.com/copycat-killer/lain/issues) format. Thank you.
|
||||
|
||||
Dependencies
|
||||
Dependency
|
||||
------------
|
||||
|
||||
Package | Requested by | Reasons of choice
|
||||
--- | --- | ---
|
||||
[curl](https://curl.haxx.se) | `imap`, `mpd`, and `weather` widgets | 1. faster and simpler to use than [LuaSocket](https://github.com/diegonehab/luasocket); 2. it's in the core of almost every distro; 3. can be called [asynchronously](https://awesomewm.org/doc/api/libraries/awful.spawn.html#easy_async)
|
||||
GLib >= 2.54 | `fs` widget | Pure Awesome/Lua implementation.
|
||||
|
||||
The second dependency will be removed once all major distros update their Gio/Glib versions.
|
||||
|
||||
Installation
|
||||
------------
|
||||
@@ -22,7 +19,7 @@ Installation
|
||||
### Other distributions
|
||||
|
||||
```shell
|
||||
git clone https://github.com/lcpz/lain.git ~/.config/awesome/lain
|
||||
git clone https://github.com/copycat-killer/lain.git ~/.config/awesome/lain
|
||||
```
|
||||
|
||||
Also available via [LuaRocks](https://luarocks.org/modules/aajjbb/lain).
|
||||
@@ -38,6 +35,6 @@ local lain = require("lain")
|
||||
|
||||
Then check out the submodules you want:
|
||||
|
||||
- [Layouts](https://github.com/lcpz/lain/wiki/Layouts)
|
||||
- [Widgets](https://github.com/lcpz/lain/wiki/Widgets)
|
||||
- [Utilities](https://github.com/lcpz/lain/wiki/Utilities)
|
||||
- [Layouts](https://github.com/copycat-killer/lain/wiki/Layouts)
|
||||
- [Widgets](https://github.com/copycat-killer/lain/wiki/Widgets)
|
||||
- [Utilities](https://github.com/copycat-killer/lain/wiki/Utilities)
|
||||
|
||||
Reference in New Issue
Block a user