twinkle-tray
Easily manage the brightness of your monitors in Windows from the system tray
File Explorer
Download Latest Version (.zip)- ci.yml
- FUNDING.yml
- settings.json
- extensions.xml
- SmallTile.scale-100.png
- Square150x150Logo.png
- Square150x150Logo.scale-200.png
- Square44x44Logo.png
- Square44x44Logo.scale-200.png
- Square44x44Logo.targetsize-48.png
- Square44x44Logo.targetsize-48_altform-unplated.png
- StoreLogo.png
- StoreLogo.scale-200.png
- Wide310x150Logo.png
- Wide310x150Logo.scale-200.png
- installer.nsh
- afterPack.js
- fluent.ico
- fluent@1.25x.png
- fluent@1.5x.png
- fluent@1x.png
- fluent@2x.png
- fluent@4x.png
- icon.ico
- icon@1.25x.png
- icon@1.5x.png
- icon@1x.png
- icon@2x.png
- icon@4x.png
- mdl2.ico
- mdl2@1.25x.png
- mdl2@1.5x.png
- mdl2@1x.png
- mdl2@2x.png
- mdl2@4x.png
- fluent.ico
- fluent@1.25x.png
- fluent@1.5x.png
- fluent@1x.png
- fluent@2x.png
- fluent@4x.png
- icon.ico
- icon@1.25x.png
- icon@1.5x.png
- icon@1x.png
- icon@2x.png
- mdl2.ico
- mdl2@1.25x.png
- mdl2@1.5x.png
- mdl2@1x.png
- mdl2@2x.png
- intro-video.mp4
- logo-512.png
- logo-square.ico
- logo-square.png
- logo.ico
- logo.png
- noise.png
- FakeSettings.jsx
- WindowsSettings.jsx
- YoctoSettings.jsx
- LightSensorSettings.jsx
- monitor.util.js
- BrightnessPanel.jsx
- DDCCISliders.jsx
- HDRSliders.jsx
- IntroWindow.jsx
- MonitorFeatures.jsx
- MonitorInfo.jsx
- SafeRender.jsx
- SettingsOption.jsx
- SettingsWindow.jsx
- Slider.jsx
- Titlebar.jsx
- common.scss
- intro.scss
- light-sensor.scss
- mica.scss
- page.scss
- panel.scss
- settings-option.scss
- slider.scss
- vars.scss
- useObject.js
- index.html
- intro.html
- settings.html
- fake-light-sensor.js
- windows-ambient-light-sensor.js
- yocto-light-sensor.js
- light-sensor.js
- light-sensor.utilts.js
- ar.json
- az.json
- bn.json
- ckb.json
- cs.json
- de.json
- el.json
- en-GB.json
- en.json
- es.json
- fa.json
- fi.json
- fr.json
- he.json
- hi.json
- hr.json
- hu.json
- id.json
- it.json
- ja.json
- ko.json
- lt.json
- nb.json
- nl.json
- pl.json
- pt-BR.json
- pt.json
- ro.json
- ru.json
- sk.json
- sv.json
- ta.json
- th.json
- tr.json
- uk.json
- vi.json
- zh-Hant.json
- zh_Hans.json
- .gitignore
- acrylic.cc
- binding.gyp
- index.js
- package.json
- index.d.ts
- index.js
- types.d.ts
- types.js
- main.cpp
- Makefile
- main.cpp
- module.cpp
- module.h
- ActiveWindow.cpp
- ActiveWindow.h
- index.ts
- types.ts
- .eslintrc.json
- .gitignore
- .prettierrc.json
- binding.gyp
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- tsconfig.build.json
- tsconfig.json
- .clang-format
- .gitignore
- binding.gyp
- ddcci.cc
- index.d.ts
- index.js
- package-lock.json
- package.json
- README.md
- vcp.js
- .gitignore
- binding.gyp
- index.js
- package.json
- windows_app_startup.cc
- windows_brightness_keys.cc
- windows_display_brightness.cc
- windows_media_status.cc
- windows_power_events.cc
- windows_window_material.cc
- windows_window_utils.cc
- dumpextract.js
- dumpquery.js
- watchmouse.js
- .gitignore
- binding.gyp
- CONTRIBUTORS
- COPYRIGHT
- index.d.ts
- index.js
- package-lock.json
- package.json
- README.md
- win32-displayconfig.cc
- .gitignore
- binding.gyp
- index.js
- package-lock.json
- package.json
- test.js
- utils.hpp
- windows_ambient_sensor.cc
- .gitignore
- binding.gyp
- index.js
- package.json
- windows-hdr.cc
- binding.gyp
- example.js
- index.js
- package.json
- wmi-bridge.cc
- getMonitorName.js
- electron.js
- intro-preload.js
- intro.js
- Logger.js
- monitor-rules.json
- Monitors.js
- panel-preload.js
- panel.js
- parcel.js
- parcelAPI.js
- settings-preload.js
- settings.js
- Translate.js
- TranslateReact.js
- Utils.js
- vcp-codes.js
- wmi-bridge-test.js
- .babelrc
- .gitattributes
- .gitignore
- .sassrc
- LICENSE
- package-lock.json
- package.json
- README.md
๐ Installation Guide
1. Get the code
git clone https://github.com/xanderfrangos/twinkle-tray
Downloads the entire project code from GitHub to your computer.
cd twinkle-tray
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Chocolatey A package manager for Windows.
- Scoop A package manager for Windows.
choco install twinkle-tray
Installs directly via Chocolatey (Windows).
scoop install extras/twinkle-tray
Installs directly via Scoop (Windows).
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
4. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
cd src/modules/node-active-window/module/windows/demo
This project's files live in a subfolder, so move into it first.
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
