From 7a2bf30bad4f00cccc63d83a488d31451b42edf8 Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Sun, 14 Feb 2021 00:22:42 +0100 Subject: [PATCH] Update readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e503a1b..c3074bc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # Swayr is a window switcher (and more) for sway +[![Build Badge]][builds.sr.ht] [![Version Badge]][crates.io] [![License Badge]][license] +[Build Badge]: https://builds.sr.ht/~tsdh/swayr.svg +[builds.sr.ht]: https://builds.sr.ht/~tsdh/swayr? +[Version Badge]: https://img.shields.io/crates/v/swayr.svg +[crates.io]: https://crates.io/crates/swayr +[License Badge]: https://img.shields.io/crates/l/swayr.svg +[license]: https://www.gnu.org/licenses/gpl-3.0.en.html + Swayr consists of a demon, and a client. The demon `swayrd` records window/workspace creations, deletions, and focus changes using sway's JSON IPC interface. The client `swayr` offers subcommands, see `swayr --help`.