Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxVerevkin committed Apr 2, 2023
1 parent 3b8aafe commit c5c26ae
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
[package]
name = "i3bar-river"
description = "A port of i3bar for river"
repository = "https://github.com/MaxVerevkin/i3bar-river"
readme = "README.md"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0-only"
authors = ["MaxVerevkin <maxxverrr@gmail.com>"]

[dependencies]
anyhow = "1"
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,8 @@ AUR: [i3bar-river-git](https://aur.archlinux.org/packages/i3bar-river-git)

External dependencies: `libpango1.0-dev`.

Just clone the repo and use `cargo` to build the project:

```
git clone https://github.com/MaxVerevkin/i3bar-river
cd i3bar-river
cargo install --path . --locked
cargo install --locked i3bar-river
```

## Configuration
Expand Down

0 comments on commit c5c26ae

Please sign in to comment.