The contents of the message that splashes are a bit personal, but here is the script showing daily date and day.
I hated to hover the mouse over the time at taskbar to know the current date and day.
Script:
Code:
#Persistent
clipboard = %A_DDDD%, %A_DD%, %A_MMMM%, %A_YYYY%
SplashTextOn, 250 ,60 , Today's Date, %clipboard%
WinMove, Today's Date, ,750, 0
WinSet, AlwaysOnTop, Off, Today's Date
These are just few lines and not a script or anything big, but definitely useful for me. Paste it in notepad and save it with .ahk extension (name the file anything you wish).