[Shell] Change Brightness With Twinkle Tray #750
pc-v2
started this conversation in
Custom scripts
Replies: 1 comment 1 reply
-
I just discovered Twinkle Tray thanks to you. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Twinkle Tray should run at the startup and/or in the background to use this script
Supported args:
--List
List all displays. (available in v1.14.0+)--MonitorNum
Select monitor by number. Starts at 1. Example:--MonitorNum=2
--MonitorID
Select monitor by internal ID. Partial or whole matches accepted. Example:--MonitorID="UID2353"
--All
Flag to select all monitors.--Set
Set brightness percentage. Example:--Set=95
--Offset
Adjust brightness percentage. Example:--Offset=-20
--VCP
Send a specific DDC/CI VCP code and value instead of brightness. The first part is the VCP code (decimal or hexadecimal), and the second is the value. Example:--VCP="0xD6:5"
(available in v1.14.4+)--Overlay
Flag to show new brightness levels in the overlay Example:--Overlay
--Panel
Flag to show new brightness levels in the panel Example:--Panel
This feature is not available on the Windows Store version of Twinkle Tray.
Beta Was this translation helpful? Give feedback.
All reactions