2014-04-06 21:31:46 +02:00
|
|
|
1. INSTALL
|
|
|
|
Copy "@notify" and "notify3.png" to "/sys/". Launch "test.sh" for testing.
|
|
|
|
|
|
|
|
2. FORMAT
|
|
|
|
2.1 RUN
|
|
|
|
a) @notify <TEXT>
|
|
|
|
b) @notify "<TEXT>" [-<KEYS>]
|
|
|
|
c) @notify '<TEXT>' [-<KEYS>]
|
|
|
|
|
|
|
|
2.2 <TEXT>
|
|
|
|
All charactes. If you won`t to write character of quote (" or '), you must
|
2014-04-08 20:39:01 +02:00
|
|
|
enter \ before it (\" or \'). New-line character is "\n" or char 10.
|
2014-04-06 21:31:46 +02:00
|
|
|
|
|
|
|
2.3 <KEYS>
|
|
|
|
d - disable auto-closing
|
|
|
|
t - first line is title
|
|
|
|
A - application icon
|
|
|
|
E - error icon
|
|
|
|
W - warning icon
|
|
|
|
O - ok icon
|
|
|
|
N - network icon
|
|
|
|
I - info icon
|
|
|
|
F - folder icon
|
2014-04-08 20:39:01 +02:00
|
|
|
C - component icon
|