37 lines
1.3 KiB
Markdown
37 lines
1.3 KiB
Markdown
# Wofi
|
|
Wofi is a launcher/menu program for wlroots based wayland compositors such as sway
|
|
|
|
If you're having issues with -i not showing images refer to https://todo.sr.ht/~scoopta/wofi/33
|
|
|
|
[![builds.sr.ht status](https://builds.sr.ht/~scoopta/wofi.svg)](https://builds.sr.ht/~scoopta/wofi?)
|
|
## Dependencies
|
|
libwayland-dev
|
|
libgtk-3-dev
|
|
pkg-config
|
|
meson
|
|
## Building
|
|
hg clone https://hg.sr.ht/~scoopta/wofi
|
|
cd wofi
|
|
meson build
|
|
ninja -C build
|
|
## Installing
|
|
sudo ninja -C build install
|
|
## Uninstalling
|
|
sudo ninja -C build uninstall
|
|
## Bug Reports
|
|
Please file bug reports at https://todo.sr.ht/~scoopta/wofi
|
|
## Contributing
|
|
Please submit patches to https://lists.sr.ht/~scoopta/wofi
|
|
|
|
You can find documentation here https://man.sr.ht/hg.sr.ht/email.md
|
|
## Packages
|
|
Debian sid has a package in the official repos https://packages.debian.org/sid/wofi
|
|
|
|
Arch has an AUR package for the current tip https://aur.archlinux.org/packages/wofi-hg/ and for the current stable https://aur.archlinux.org/packages/wofi/
|
|
|
|
NixOS has a packge in unstable https://nixos.org/nixos/packages.html?attr=wofi&channel=nixos-unstable&query=wofi
|
|
|
|
Void Linux also has a package
|
|
## Documentation
|
|
The official documentation is provided by the man pages in this repository, sample styling can be found here https://cloudninja.pw/docs/wofi.html
|