-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
288ae65
commit e4bf73f
Showing
8 changed files
with
862 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.