From c671be8970d10011ed910c3d4b5c096549703e57 Mon Sep 17 00:00:00 2001 From: Shinyzenith Date: Thu, 16 Jun 2022 18:59:11 +0530 Subject: [PATCH] [rel] 1.1.0 - wayout Signed-off-by: Shinyzenith --- Cargo.toml | 2 +- README.md | 27 ++++++++++++++++++--------- 2 files changed, 19 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 16b1e70..6a6e0bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ keywords = ["display", "power", "wlroots"] license = "BSD-2-Clause" name = "wayout" repository = "https://git.sr.ht/~shinyzenith/wayout" -version = "1.0.0" +version = "1.1.0" [dependencies] clap = "3.1.2" diff --git a/README.md b/README.md index af0eb9f..602ba31 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

- + @@ -12,41 +12,50 @@

# Usage: + List output states: + ```bash wayout ``` Turn on a display: + ```bash wayout --on ``` Turn off a display: + ```bash wayout --off ``` Toggle the state of a display: + ```bash wayout --toggle ``` + # Installation ## AUR: + `wayout-git` has been packaged. ## Compile time dependencies: -- rustup -- make + +- rustup +- make ## Compiling: -- `git clone https://github.com/waycrate/wayout && cd wayout` -- `make setup` -- `make` -- `sudo make install` + +- `git clone https://github.com/waycrate/wayout && cd wayout` +- `make setup` +- `make` +- `sudo make install` # Support: -1) https://matrix.to/#/#waycrate-tools:matrix.org -2) https://discord.gg/KKZRDYrRYW +1. https://matrix.to/#/#waycrate-tools:matrix.org +2. https://discord.gg/KKZRDYrRYW