aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/rust.yml20
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md4
4 files changed, 4 insertions, 24 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
deleted file mode 100644
index 75959c5..0000000
--- a/.github/workflows/rust.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-name: Rust
-
-on:
- push:
- branches: [ master ]
- pull_request:
- branches: [ master ]
-
-env:
- CARGO_TERM_COLOR: always
-
-jobs:
- build:
-
- runs-on: ubuntu-latest
-
- steps:
- - uses: actions/checkout@v2
- - name: Build
- run: cargo build --verbose
diff --git a/Cargo.lock b/Cargo.lock
index 0391af8..43bd5a6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -380,7 +380,7 @@ checksum = "4e1b7878800220a76a08f32c057829511440f65528b63b940f2f2bc145d7ac68"
[[package]]
name = "rsblocks"
-version = "0.1.3"
+version = "0.1.4"
dependencies = [
"alsa",
"breadx",
diff --git a/Cargo.toml b/Cargo.toml
index 9e8e631..5ac12cd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rsblocks"
-version = "0.1.3"
+version = "0.1.4"
authors = ["mustafa salih <mustafasalih1991@gmail.com>"]
edition = "2018"
readme = "README.md"
diff --git a/README.md b/README.md
index 3b33e2f..2cffd71 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# rsblocks
[<img alt="github" src="https://img.shields.io/static/v1?label=github&message=rsblocks&color=acb0d0&logo=Github&style=flat-square&logoColor=a9b1d6" height="20">](https://github.com/MustafaSalih1993/rsblocks)
[<img alt="crates" src="https://img.shields.io/crates/v/rsblocks?logo=rust&logoColor=a9b1d6&style=flat-square&color=fc8d62" height="20">](https://crates.io/crates/rsblocks)
-[<img alt="build" src="https://img.shields.io/github/workflow/status/mustafasalih1993/rsblocks/Rust?color=b9f27c&logoColor=a9b1d6&style=flat-square" height="20">](https://github.com/MustafaSalih1993/rsblocks/actions?query=workflow%3ARust)
+
A multi threaded fast status bar for dwm window manager written in **Rust** 🦀
<p>
@@ -14,7 +14,7 @@ A multi threaded fast status bar for dwm window manager written in **Rust** 🦀
* Memory Usage
* Disk Usage
* Weather Temperature
-* Sound volume _reads from `alsa-utils`_
+* Sound volume
* Easy to configure with `rsblocks.yml` file