Skip to content
/ tray Public

A standalone system tray "systray" launcher for Windows🪟

License

Notifications You must be signed in to change notification settings

naxl/tray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THERE WAS NO LAUNCHER OR COMMAND LINE FOR SYSTEM TRAY!! SO I MADE ONE :V

Tray ('Systray') - A system tray launcher for windows!

License: Apache 2.0 AHK Version Latest Release Downloads Endpoint Badge

Screenshot

⭐ Please star this project if this was helpful to you!!

GitHub Repo stars

Purpose

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!

Overview

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.

Features

  • 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 ** !!!

    Screenshot
  • Open Source

    Completely open source, allowing customization and improvements by the community/anyone.

Installation

Prerequisites

  • Windows 7 or higher

Download

Download Here Releases

How to Run / Usage

  1. Extract the downloaded ZIP file if git clone.
  2. Run Tray.exe to directly launch the systray, it acts as a shortcut.
  3. THE APP EXITS AUTOMATICALLY, and won't keep running in the background. It's a ONCLICK run tool!

Contributing

Contributions are welcome! If you have ideas for improvements or have found a bug, please open an issue or submit a pull request.

Steps to Contribute

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request.

VirusTotal Detections

  • The app is compiled through AHK2EXE.

    Detections Screenshot

    • 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.

    Steps to reproduce executable!

    • The deployment is reproducible, download AHK v1 and AHK v2 from sources, run the AHK Dash and compile the cloned script!

License

This project is licensed under the Apache License Version 2.0 - see the LICENSE file for details.

Contact

For any questions or suggestions, feel free to reach out via GitHub Issues.

About

A standalone system tray "systray" launcher for Windows🪟

Resources

License

Stars

Watchers

Forks