Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vinc/level
🎚️ Change levels of screen backlight and audio volume in the CLI
https://github.com/vinc/level
Last synced: 14 days ago
JSON representation
🎚️ Change levels of screen backlight and audio volume in the CLI
- Host: GitHub
- URL: https://github.com/vinc/level
- Owner: vinc
- License: mit
- Created: 2020-01-05T14:51:48.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2023-02-13T20:01:21.000Z (almost 2 years ago)
- Last Synced: 2024-11-20T06:48:50.371Z (about 1 month ago)
- Language: Rust
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Level
=====Change levels of screen backlight and audio volume in the CLI.
```
$ level screen
Screen [########################------------] 67%
```Installation
------------This tool is a wrapper around `amixer` and `xbacklight` so you should install
them first.Then you should install Rust:
$ curl https://sh.rustup.rs -sSf | sh
And finally you can install the latest stable version with cargo:
$ cargo install level
Or the development version by fetching the git repository:
$ git clone git://github.com/vinc/level.git
$ cd level
$ cargo install --path "."Usage
-----Use arrow keys to update screen backlight or audio volume, and the escape key
to exit.License
-------Copyright (c) 2020 Vincent Ollivier. Released under MIT.