LTDSA / WinToast

Implement toast on Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WinToast

Implement toast on Windows

Usage

Create a WinToast.ini under the directory where WinToast run. The content should be like this:

[Toast]
Content=Hello World!
Width=200
Timeout=3000
Rounded=True
Background=Black

In this config file:

  • Content: Toast content
  • Width: Toast width (default=200)
  • Timeout: The time the toast to show (the unit is ms) (default=3000)
  • Rounded: Whether the toast has rounded or not (default=True)
  • Background: The background color of the toast, supports black, red, green and blue (default=Black)

To-do

  • Customizable position
  • Customizable shape
  • Multi-line content
  • Colorful background
  • Status logo

About

Implement toast on Windows

License:GNU General Public License v3.0