The following is the list of icons included in WindowNotifyOverlay_icons.ahk
.
(NOTE: This is a separate file from WindowNotifyOverlay.ahk
that you need to #include
after in order to use.)
The names and aliases can be used as value for the icon
parameter in Popup()
or PopupSimple()
.
If icon
is set as aforementioned but theme
is left blank,
it will infer from the icon
value as per this table.
Name |
Alias |
Theme |
Icon |
Alert.18.18 |
!18 |
info |
|
Alert |
! |
info |
|
AlertOutline |
!O |
info |
|
Error.18.18 |
E18 |
error |
|
Error |
E |
error |
|
ErrorOutline |
EO |
error |
|
Excluded.18.18 |
-18 |
error |
|
Excluded |
- |
error |
|
ExcludedOutline |
-O |
error |
|
Help.18.18 |
?18 |
info |
|
Help |
? |
info |
|
HelpOutline |
?O |
info |
|
Information.18.18 |
I18 |
info |
|
Information |
I |
info |
|
InformationOutline.18.18 |
IO18 |
info |
|
InformationOutline |
IO |
info |
|
Invalid.18.18 |
Inv18 |
warning |
|
Invalid |
Inv |
warning |
|
InvalidOutline |
InvO |
warning |
|
No.18.18 |
No18 |
warning |
|
No |
No |
warning |
|
NoOutline |
NoO |
warning |
|
Offline.18.18 |
Off18 |
error |
|
Offline |
Off |
error |
|
OK.18.18 |
OK18 |
message |
|
OK |
OK |
message |
|
OKOutline |
OKO |
message |
|
Paused.18.18 |
PP10 |
default |
|
Paused |
PP |
default |
|
PausedOutline |
PPO |
default |
|
Required |
* |
warning |
|
RequiredOutline |
*O |
warning |
|
Running.18.18 |
RR18 |
default |
|
Running |
RR |
default |
|
RunningOutline |
RRO |
default |
|
SecurityCritical |
SC |
error |
|
SecurityOK |
SO |
message |
|
SecurityWarning |
SW |
warning |
|
Stopped.18.18 |
PS18 |
default |
|
Stopped |
PS |
default |
|
StoppedOutline |
PSO |
default |
|
Warning.18.18 |
W18 |
warning |
|
Warning |
W |
warning |
|
WarningOutline |
WO |
warning |
|