| Crates.io | lumina-bin |
| lib.rs | lumina-bin |
| version | 0.1.0 |
| created_at | 2025-06-10 13:21:11.189808+00 |
| updated_at | 2025-06-10 13:21:11.189808+00 |
| description | A program to read and control device brightness |
| homepage | https://github.com/nik-rev/lumina |
| repository | https://github.com/nik-rev/lumina |
| max_upload_size | |
| id | 1707109 |
| size | 104,453 |
A program to read and control device brightness.
Supported:
luminaThis document contains the help content for the lumina command-line program.
Command Overview:
luminaRead and control device brightness
Usage: lumina <COMMAND>
completion — Generate completions for a shell
set — Set brightness of a device
get — Get brightness of a device
list — List each device and its brightness
lumina completionGenerate completions for a shell
Usage: lumina completion <SHELL>
<SHELL> — Shell to generation completions for
Possible values: bash, carapace, elvish, fig, fish, nushell, powershell, zsh
lumina setSet brightness of a device
Usage: lumina set [OPTIONS] [ACTION]
<ACTION> — Modify the percentage of brightness
Default value: 100%
--device <DEVICE> — Set brightness for this device (by default, sets the first device)
-s, --silent — Silence output
--json — Output JSON
lumina getGet brightness of a device
Usage: lumina get [OPTIONS]
--device <DEVICE> — Get brightness of this device (by default, get the first device)
-s, --silent — Silence output
--json — Output JSON
lumina listList each device and its brightness
Usage: lumina list [OPTIONS]
--json — Output JSONcurl --proto '=https' --tlsv1.2 -LsSf https://github.com/nik-rev/lumina/releases/latest/download/lumina-installer.sh | sh
brew install nik-rev/tap/lumina
powershell -ExecutionPolicy Bypass -c "irm https://github.com/nik-rev/lumina/releases/latest/download/lumina-installer.ps1 | iex"
cargo install lumina
nix profile install github:nik-rev/lumina/main