From cf494261a5c1c08d246f212cac8444f386e5da59 Mon Sep 17 00:00:00 2001 From: Alec Brown <12213854+a1ecbr0wn@users.noreply.github.com> Date: Sun, 18 Jun 2023 15:48:58 +0100 Subject: [PATCH] Update README.md Added snapcraft badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8265e5..9274a42 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # alienware-wmi -[![Crates.io](https://img.shields.io/crates/l/alienware)](https://github.com/a1ecbr0wn/alienware-wmi/blob/main/LICENSE) [![Crates.io](https://img.shields.io/crates/v/alienware)](https://crates.io/crates/alienware) [![Build Status](https://github.com/a1ecbr0wn/alienware-wmi/actions/workflows/build.yml/badge.svg)](https://github.com/a1ecbr0wn/alienware-wmi/actions/workflows/build.yml) [![docs.rs](https://img.shields.io/docsrs/alienware)](https://docs.rs/alienware) [![dependency status](https://deps.rs/repo/github/a1ecbr0wn/alienware-wmi/status.svg)](https://deps.rs/repo/github/a1ecbr0wn/alienware-wmi) +[![Crates.io](https://img.shields.io/crates/l/alienware)](https://github.com/a1ecbr0wn/alienware-wmi/blob/main/LICENSE) [![Crates.io](https://img.shields.io/crates/v/alienware)](https://crates.io/crates/alienware) [![Build Status](https://github.com/a1ecbr0wn/alienware-wmi/actions/workflows/build.yml/badge.svg)](https://github.com/a1ecbr0wn/alienware-wmi/actions/workflows/build.yml) [![docs.rs](https://img.shields.io/docsrs/alienware)](https://docs.rs/alienware) [![dependency status](https://deps.rs/repo/github/a1ecbr0wn/alienware-wmi/status.svg)](https://deps.rs/repo/github/a1ecbr0wn/alienware-wmi) [![snapcraft.io](https://snapcraft.io/alienware-cli/badge.svg)](https://snapcraft.io/alienware-cli) Repository for tools that approximate to the `alienware_wmi_control.sh` script that used to come with the SteamOS distribution of Linux for Alienware Alpha desktop machine. The primary crate is the [`alienware`](https://github.com/a1ecbr0wn/alienware-wmi/tree/main/alienware) crate which provides the API access to the alienware sysfs access to the LED lights and the HDMI input/output control. The [`alienware-cli`](https://github.com/a1ecbr0wn/alienware-wmi/tree/main/alienware_cli) crate uses the API to provide command line access to some of the API functionality,