Skip to content

Commit

Permalink
[rel] 1.1.0 - wayout
Browse files Browse the repository at this point in the history
Signed-off-by: Shinyzenith <[email protected]>
  • Loading branch information
Shinyzenith committed Jun 16, 2022
1 parent e621b94 commit c671be8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
27 changes: 18 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,49 +4,58 @@

<p align="center">
<a href="./LICENSE.md"><img src="https://img.shields.io/github/license/waycrate/wayout?style=flat-square&logo=appveyor"></a>
<img src="https://img.shields.io/badge/cargo-v1.0.0-green?style=flat-square&logo=appveyor">
<img src="https://img.shields.io/badge/cargo-v1.1.0-green?style=flat-square&logo=appveyor">
<img src="https://img.shields.io/github/issues/waycrate/wayout?style=flat-square&logo=appveyor">
<img src="https://img.shields.io/github/forks/waycrate/wayout?style=flat-square&logo=appveyor">
<img src="https://img.shields.io/github/stars/waycrate/wayout?style=flat-square&logo=appveyor">
</p>
</p>

# Usage:

List output states:

```bash
wayout
```

Turn on a display:

```bash
wayout --on <your output name>
```

Turn off a display:

```bash
wayout --off <your output name>
```

Toggle the state of a display:

```bash
wayout --toggle <your output name>
```

# 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

0 comments on commit c671be8

Please sign in to comment.