Today v.1.3 - the program displays the current day holiday (if any) or any other events on the desktop over the operator ...
The difference from previous versions:
- Correct display of placards in English.
- The first line with the name of the holiday displays correctly;
- The second line (in Chinese) has not succumbed to editing - so has been removed;
- The third line with the symbol dates - because of the duplication has been removed.
All settings of strings can change themselves in the file today.conf (string line1, line2 and line3) ... - Added "Helper" on editing the file today.conf with all settings directly from the phone.
Translated from the Chinese was carried out
Google and edited by me.
My complete list was compiled holidays at 365 (366) days for
Ukraine,
Russia and
Belarus (you can change it in
today.conf). In the absence of the holiday to some days of the information displayed all of the same file
today.conf section
[Motto] in various sequences.
In this version of the holiday window displays are not recorded and allows the line to move anywhere Screen simply pulling out and taking over the holiday. For inclusion in the file fixing
today.conf change the line [b]drag[/ b] with
1 on the
0 (this option works in Helper).
The program realized the possibility of adding it to automatically with a single click (see when the run). Autorun is targeted to add information in the file
startup1.txt - to change the file, edit accordingly
today.lin Quote:
if [ "" = "0" ]
then
#Auto
if [ ! -f /mmc/mmca1/startup1.txt ]
then
echo "#!/bin/bash" > /mmc/mmca1/startup1.txt
else
cp -f /mmc/mmca1/startup1.txt /mmc/mmca1/startup1.txt.bak
fi
grep -v "today" /mmc/mmca1/startup1.txt > /tmp/startup.tmp
echo "##Mobi Today" >> /tmp/startup.tmp
echo "start_today.sh &" >> /tmp/startup.tmp
mv -f /tmp/startup.tmp /mmc/mmca1/startup1.txt
-u -t3 -1 "" -m "Startup is modded"
fi
|
So far, I can not understand what's wrong with editing settings from the program itself. Therefore, edit file today.conf from the computer!
Just spread the program in their own (Chinese) language, can have someone translated it will turn out better and be able to realize all the functions ...