Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kris701/topbarsharp
A taskbar-like application to hide windows that are in the way.
https://github.com/kris701/topbarsharp
taskbar windows wpf
Last synced: about 2 months ago
JSON representation
A taskbar-like application to hide windows that are in the way.
- Host: GitHub
- URL: https://github.com/kris701/topbarsharp
- Owner: kris701
- License: mit
- Created: 2023-12-14T18:50:13.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-30T18:09:38.000Z (about 1 year ago)
- Last Synced: 2023-12-30T19:22:50.634Z (about 1 year ago)
- Topics: taskbar, windows, wpf
- Language: C#
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# TopBarSharp
Ever wanted some widgets on your desktop, but gets annoyed that they are in the way most of the time and making so you cant see your wallpaper?
Well here is the solution! TopBarSharp allows you to select a window, and make it hide itself in the top of your screen.
When you take your cursor up into the small visible part, it will pop back down so you can see it in its entirety.
When you start the program, it will appear as a tray item on the taskbar:![image](https://github.com/kris701/TopBarSharp/assets/22596587/53e7c042-45ae-4ec1-abb4-3a82034bed23)
Click "Target" button to select a new window to target, you now have 3 seconds to get your cursor over the window you want (generally its a good idea to hover the cursor over the top bar of a window)
When its selected, the label under the button will show the current target, if it looks right, click start and the window will pop into the top of your screen.![image](https://github.com/kris701/TopBarSharp/assets/22596587/edfb4362-e3d0-475e-b171-7041048e57e5)
To make the window reappear, simply hover your cursor over the little bit thats visible or by bringing the window into focus.
![image](https://github.com/kris701/TopBarSharp/assets/22596587/2c9e9687-f059-4a13-bbc1-56716c319a48)
The window will pop back up, when your cursor goes outside the bounds of the window.
Your selected window will be saved, so the next time the program starts it will try and find the same window again (based on .exe name and window title). When it starts, it will try 10 times with a 5 sec delay in between to find the window, if it cannot find the window in that time, it will give up.And thats it! Hope you enjoy it!