Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezagsm committed Feb 13, 2024
1 parent 288ae65 commit e4bf73f
Show file tree
Hide file tree
Showing 8 changed files with 862 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
*
!.vscode/tasks.json
!.vscode/launch.json
!.gitignore
!LICENSE
!README.md
!logo.ico
!Trayy.cpp
!hook.cpp
!Trayy.h
!demo.png
!Trayy.rc
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@



<h1 align="center">
<img src="logo.ico" alt="Trayy logo" width="80"/>
<div>
Trayy
</h1>

Ever wished you could just tuck away some applications into your system tray instead of cluttering your taskbar?
Well, wish no more! Trayy is here to save your day (and your taskbar space)!

## 🎯 Features

- Send applications of your choice to the system tray upon minimizing and/or closing them
- Perfect for Progressive Web Apps (PWAs) and Apps with no built-in system tray support
- Compatible with Windows 10 and 11
- Portable and lightweight

## 🚀 Getting Started

1. Place `Trayy.exe` and `hook.dll` in the same directory and run the app
2. Specify a list of applications (case sensitive) click "Save"
3. Voila! Depending on your settings, your desired applications will now be sent to the system tray upon minimizing and/or closing them

Hot tip: Add Trayy to your startup folder along with all the other apps you wish to keep running in Tray. Perfect for chat and calendar apps!

<p align="center">
<img src="demo.png" alt="Trayy demo" width="500"/>
</p>

## 🙏 Acknowledgements

This project is based on RBTray.</br>
RBTray: https://github.com/benbuck/rbtray
Loading

0 comments on commit e4bf73f

Please sign in to comment.