Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/technion/wintrayinfo
A Rust based Windows systray app that has BGInfo like capabiities
https://github.com/technion/wintrayinfo
Last synced: about 2 months ago
JSON representation
A Rust based Windows systray app that has BGInfo like capabiities
- Host: GitHub
- URL: https://github.com/technion/wintrayinfo
- Owner: technion
- License: mit
- Created: 2022-11-15T07:12:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-23T08:11:20.000Z (about 2 years ago)
- Last Synced: 2023-03-22T19:33:07.311Z (almost 2 years ago)
- Language: Rust
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Wintrayinfo
A modern alternative to BGInfo.
Runs as a Windows system tray icon. Displays information as a toast notification. Crucially, does not mess with Windows background.
## Motivation
In a modern world of mobile devices and external screens, BGinfo's approach means threads like this end up describing half the endpoints.
https://social.technet.microsoft.com/Forums/en-US/c87fbca9-68dc-4dfd-a3d7-355bf236ee21/overlapped-bginfo
I'll add that nearly every BGInfo user has to write a VBScript to produce pretty much the same set of information as everyone else.
## A Modern Version
This app lives in the Windows systray, and can be clicked to produce a toast message of exactly what is required.
![Example in use](example.png)