Skip to content

Commit 387b2fd

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents b077089 + 189bed6 commit 387b2fd

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# RBTray
2+
## Introduction
3+
This is a fork from [Nikolay Redko](http://rbtray.sourceforge.net/) work.
4+
The original application hides the window and adds its icon to the system tray. My version has two differences:
5+
- The icon is constantly updated.
6+
- The window is not hidden.
7+
8+
## How to use
9+
Start `RBTray.exe` and right click the minimize button of the window you want its icon to be shown in the system tray.
10+
You can right click the icon to quit the application (which will remove every icon from the tray), close the window or remove only its icon from the tray.
11+
You can also left click the icon to send the window to the foreground (and change the current desktop to the one which contains it, if you are on Windows 10).
12+
13+
## Development
14+
Any issues or pull requests are welcome and I'll try to make time to answer them.
15+
16+
### Updating the icon
17+
Currently, every icon is updated each time the application gets a message. This is bad for two reasons:
18+
- It's an expensive operation.
19+
- It may not reflect the changes very quickly.
20+
21+
I believe the right way of doing this would be subscribing to an event which is triggered when the window status (icon, title) is changed, but I'm afrad I don't have the proper Windows API or C++ knowledge to achieve this.
22+
23+
### Exiting
24+
Currently, exiting the application is not killing its proccess.
25+
26+
## Alternatives
27+
The only alternative I found for this behavior is called [Actual Window Manger](https://www.actualtools.com/windowmanager/), but it's not free, although it has a 60 days trial. I tested it and it works perfectly. It also has some very other useful features, the tray icon is just a small feature.

0 commit comments

Comments
 (0)