| Crates.io | river-luatile |
| lib.rs | river-luatile |
| version | 0.1.4 |
| created_at | 2023-03-23 16:18:59.330249+00 |
| updated_at | 2025-01-16 11:25:13.678195+00 |
| description | Write your own river layout generator in lua |
| homepage | |
| repository | https://github.com/MaxVerevkin/river-luatile |
| max_upload_size | |
| id | 818487 |
| size | 56,280 |
This is a little program that lets you write your own river layout generator in lua.
See the example (and the default) layout here. The example should be self-explanatory™.
The layout must be located at $XDG_CONFIG_HOME/river-luatile/layout.lua or
~/.config/river-luatile/layout.lua.
The layout namespace (for now) is always luatile.
Your layout must at least implement the function handle_layout() and
optionally a function handle_metadata(), which will be used to query
metadata about the layout. Currently, the layout name is the only metadata
supported, see the example.
cargo install river-luatile --locked