⭐ Please star this project if this was helpful to you!!
Sick of the awkward Win+B and Enter dance to access your system tray?! Not first, that's for sure! I scoured online all over the internet for a more sophisticated approach, but I was unable to find anything for as simple as this, got inspired to make Tray Launcher and it fixes that specifically. With a simple single click from a convenient desktop shortcut, you can quickly access your tray icons anytime you need them and manage apps. Additionally, it automatically puts the tray back after you're finished, maintaining a tidy and orderly workspace. This implies that you may now focus on being productive and have a smoother workflow!
Tray launcher is a lightweight Windows application [only 1,180 kb] and [working set 1.5-.6 mb] designed to enhance your productivity by efficiently managing the system tray. Originally developed as an AutoHotkey (AHK) script, this tool launches the system tray on demand and smartly collapses it when not needed, keeping your workspace organized and clutter-free.
-
On-Demand Launch
Quickly access the system tray whenever you need it on a click rather than key combination Win + B and Return. -
Smart Auto-Collapse
Automatically collapses the system tray and exit app when it's not in use and loose focus, helping maintain a clean desktop environment. -
Lightweight
Minimal impact on system resources, running seamlessly standalone on demand with just 1.5mb working set.!!! ** It DOES NOT Run in the BACKGROUND ** !!!
-
Open Source
Completely open source, allowing customization and improvements by the community/anyone.
- Windows 7 or higher
Download Here Releases
- Extract the downloaded ZIP file if git clone.
- Run
Tray.exe
to directly launch the systray, it acts as a shortcut. - THE APP EXITS AUTOMATICALLY, and won't keep running in the background. It's a ONCLICK run tool!
Contributions are welcome! If you have ideas for improvements or have found a bug, please open an issue or submit a pull request.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
-
The app is compiled through AHK2EXE.
- False positives : 1/73 (requested) [only coz it detects script inside]
- Also the script is the direct compilation, so you can create/reproduce your own executable.
- The deployment is reproducible, download AHK v1 and AHK v2 from sources, run the AHK Dash and compile the cloned script!
This project is licensed under the Apache License Version 2.0 - see the LICENSE file for details.
For any questions or suggestions, feel free to reach out via GitHub Issues.