Crates.io | lumix |
lib.rs | lumix |
version | 0.1.1 |
source | src |
created_at | 2024-10-28 05:35:29.589685 |
updated_at | 2024-10-28 05:41:09.350394 |
description | A simple tool to control monitor features like brightness, volume, etc... |
homepage | |
repository | https://github.com/Yrrrrrf/lumix |
max_upload_size | |
id | 1425262 |
size | 17,025 |
A simple, fast command-line tool for controlling monitor brightness on Windows. Designed for easy brightness management across multiple displays.
lumix get # List all monitors and their brightness
lumix get 12345 # Specific monitor brightness
lumix set 75 # All monitors to 75%
lumix set 12345 50 # Specific monitor to 50%
Monitor 12345: 75% [0..=100] ██████████░░░░░░░░░░
Where:
12345
: Monitor identifier75%
: Current brightness (bold)██████████░░░░░░░░░░
: Visual brightness indicator[0..=100]
: Supported brightness rangeMonitor Not Found
Permission Denied
Invalid Brightness Value
Monitor X not found
: Invalid monitor handleInvalid brightness value
: Brightness must be 0-100Error setting brightness
: Monitor might not support DDC/CIContributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License.