From 3fa52e145a40262e2a02977594973f031b6e9e30 Mon Sep 17 00:00:00 2001 From: mustafa salih Date: Fri, 8 Jan 2021 05:48:39 +0300 Subject: [PATCH] updated version in cargo config file and removed the build status since the workflow does not have sound card --- .github/workflows/rust.yml | 20 -------------------- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- 4 files changed, 4 insertions(+), 24 deletions(-) delete mode 100644 .github/workflows/rust.yml 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 "] 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 [github](https://github.com/MustafaSalih1993/rsblocks) [crates](https://crates.io/crates/rsblocks) -[build](https://github.com/MustafaSalih1993/rsblocks/actions?query=workflow%3ARust) + A multi threaded fast status bar for dwm window manager written in **Rust** 🦀

@@ -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