Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
React Intersection Observer | 4,339 | 153 | 590 | 3 days ago | 144 | June 28, 2023 | mit | TypeScript | ||
React implementation of the Intersection Observer API to tell you when an element enters or leaves the viewport. | ||||||||||
Twinkle Tray | 3,708 | 17 days ago | 251 | mit | JavaScript | |||||
Easily manage the brightness of your monitors in Windows from the system tray | ||||||||||
Apisauce | 2,600 | 1,012 | 195 | 2 months ago | 47 | June 17, 2023 | 34 | mit | JavaScript | |
Axios + standardized errors + request/response transforms. | ||||||||||
React Cool Inview | 1,454 | 13 | a month ago | 86 | April 17, 2022 | 18 | mit | TypeScript | ||
😎 🖥️ React hook to monitor an element enters or leaves the viewport (or another element). | ||||||||||
Docketeer | 752 | a month ago | 1 | mit | TypeScript | |||||
A Docker & Kubernetes developer tool to manage containers & visualize both cluster and container metrics | ||||||||||
Traceo | 445 | 4 days ago | 9 | apache-2.0 | TypeScript | |||||
Traceo is a self-hosted bug tracking and performance monitoring system. | ||||||||||
R3f Perf | 440 | 5 | 3 months ago | 114 | November 23, 2022 | 9 | mit | TypeScript | ||
Easily monitor your ThreeJS performances. | ||||||||||
Redispapa | 393 | 6 months ago | 2 | mit | TypeScript | |||||
another redis monitor by using flask, react, vite, socket.io | ||||||||||
React Keyboardist | 227 | 1 | 2 | 4 years ago | 7 | August 22, 2019 | 1 | mit | JavaScript | |
An easy and declarative way to add keyboard shortcuts to your React app. | ||||||||||
Nevergreen | 203 | a month ago | 23 | epl-1.0 | TypeScript | |||||
:baby_chick: A build monitor with attitude |
Twinkle Tray lets you easily manage the brightness levels of multiple monitors. Even though Windows is capable of adjusting the backlight on most monitors, it typically doesn't support external monitors. Windows 10 & 11 also lack any ability to manage the brightness of multiple displays. This app inserts a new icon into your system tray, where you can click to have instant access to the brightness levels of all compatible displays.
Twinkle Tray will automatically adjust the look and feel to match your Windows version and preferences. Additional options are available to select the Windows version and theme of your choice.
Download the lastest version from twinkletray.com or the Releases page.
winget install twinkletray
Chocolatey users can download and install Twinkle Tray from Chocolatey's Community Repository by installing the twinkle-tray
package:
choco install twinkle-tray
To upgrade to the latest approved package version, run the following command:
choco upgrade twinkle-tray
This package is not maintained at this repository. Please do not create issues relating to the package here. Instead, go to the package page and follow the Package Triage Process.
Twinkle Tray uses DDC/CI and WMI to communicate with your monitors. Most monitors offer DDC/CI compatibility, but it may be off by default. Make sure you have the appropriate option(s) enabled on your monitor so that it can work with Twinkle Tray. Refer to your monitor's user manual for more information.
Known issues:
If some of your monitors are not being detected, please see this page for troubleshooting steps.
Twinkle Tray (v1.13.0+) supports requesting brightness changes from the command line. Twinkle Tray must already be running. One monitor argument and one brightness argument are required. Multiple arguments will override each other.
For example: "%LocalAppData%\Programs\twinkle-tray\Twinkle Tray.exe" --MonitorNum=1 --Offset=-30
will adjust monitor number 1 by -30 brightness.
--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.
Thanks to several contributors, Twinkle Tray is localized for multiple languages. If you'd like to create or update a localization, see this page for details. Special thanks to Weblate for allowing free use of their service.
If you wish to run a development build of Twinkly Tray:
node-gyp
, if not already installed. You may already have these from installing NodeJS.npm install
.npm run build
to build an executable or npm start
to run a development build.Note: For actual development, it's recommended to run npm run parcel
and npm run dev
seperately.
Twinkle Tray was built using frameworks & libraries such as Electron, Node.js, node-ddcci, and win32-displayconfig. Thanks to Weblate for allowing free use of their service, along with the many contributors to the localizations of Twinkle Tray. The app would not be nearly as popular without all of your help. And thank you for the many donations, small and large, over the years.
Copyright © 2020 Xander Frangos
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.