4 releases

0.2.2 Mar 11, 2024
0.2.1 Mar 10, 2024
0.2.0 Oct 12, 2022
0.1.0 Dec 9, 2021

#458 in GUI

Download history 8/week @ 2024-02-18 26/week @ 2024-02-25 2/week @ 2024-03-03 324/week @ 2024-03-10 15/week @ 2024-03-17 1/week @ 2024-03-24 20/week @ 2024-03-31

360 downloads per month

MIT license

125KB
3.5K SLoC

yofi

ci_badge

.. is a minimalistic menu for Wayland-based compositors.

Installation

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:

  • Pre-built release binaries are published at the Release page. Although these are built in Ubuntu environment it should also work for other Linux distributions.
  • [for Archlinux] there are yofi-bin and yofi-git AUR packages for binary and from-source builds.
  • Build last release version from crates.io with cargo install yofi.
  • Build with nix: nix profile install github:l4l/yofi.
  • Or you can manually build from sources.

User documentation

User documentation is located at Wiki pages. Feel free to open an issue if something is unclear, missing or outdated.

Building

Cargo

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

Nix

You can build project using nix:

nix build

Contributing

Contributions are welcome, but make sure that:

  • [If that's a new feature or it changes the existing behavior] you've discussed it in the issue page before the implementation.
  • Your patch is not a refactoring.
  • rustfmt and clippy are checked.
  • [optionally] Added docs if necessary and an entry in CHANGELOG.md.

Dependencies

~23–57MB
~1M SLoC