updated version in cargo config file and removed the build status since the workflow does not have sound card

This commit is contained in:
mustafa salih 2021-01-08 05:48:39 +03:00
parent 0baee0b8e3
commit 3fa52e145a
4 changed files with 4 additions and 24 deletions

View File

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

2
Cargo.lock generated
View File

@ -380,7 +380,7 @@ checksum = "4e1b7878800220a76a08f32c057829511440f65528b63b940f2f2bc145d7ac68"
[[package]] [[package]]
name = "rsblocks" name = "rsblocks"
version = "0.1.3" version = "0.1.4"
dependencies = [ dependencies = [
"alsa", "alsa",
"breadx", "breadx",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "rsblocks" name = "rsblocks"
version = "0.1.3" version = "0.1.4"
authors = ["mustafa salih <mustafasalih1991@gmail.com>"] authors = ["mustafa salih <mustafasalih1991@gmail.com>"]
edition = "2018" edition = "2018"
readme = "README.md" readme = "README.md"

View File

@ -1,7 +1,7 @@
# rsblocks # 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="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="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** 🦀 A multi threaded fast status bar for dwm window manager written in **Rust** 🦀
<p> <p>
@ -14,7 +14,7 @@ A multi threaded fast status bar for dwm window manager written in **Rust** 🦀
* Memory Usage * Memory Usage
* Disk Usage * Disk Usage
* Weather Temperature * Weather Temperature
* Sound volume _reads from `alsa-utils`_ * Sound volume
* Easy to configure with `rsblocks.yml` file * Easy to configure with `rsblocks.yml` file