Crates.io | yofi |
lib.rs | yofi |
version | 0.2.2 |
source | src |
created_at | 2021-12-09 22:21:36.25277 |
updated_at | 2024-03-11 00:18:32.72239 |
description | minimalistic menu for wayland |
homepage | |
repository | https://github.com/l4l/yofi |
max_upload_size | |
id | 495411 |
size | 174,530 |
.. is a minimalistic menu for Wayland-based compositors.
Make sure you setup a wayland environment, in particularly WAYLAND_DISPLAY
env var must be set. wlr_layer_shell
protocol is not necessary but preferred.
There are several installation options:
cargo install yofi
.nix profile install github:l4l/yofi
.User documentation is located at Wiki pages. Feel free to open an issue if something is unclear, missing or outdated.
For building the project you need rust compiler and cargo package manager (usually distributed via rustup). Once installed you may build & run the project with the following command:
cargo run --release
You can build project using nix:
nix build
Contributions are welcome, but make sure that: