-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdlusbrc
More file actions
64 lines (60 loc) · 1.67 KB
/
Copy pathdlusbrc
File metadata and controls
64 lines (60 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# DATA DIRECTORY
# All *.txt files are in here.
dlusb_dir=~/usr/dlusb
# TIME ZONE INFORMATION
# The length of a time zone info should be always 9 unless it's empty
# (e.g., tod_tz1="TY +01:00"). If it's empty, UTC (Coordinated Universal) time
# will be used.
tod_tz1=CST-05:00
tod_tz2=KST+09:00
tod_tz3= # UTC time
tod_date1=mdy # dmy: day/month/year, ymd: year/month/day, mdy: month/day/year
tod_date2=mdy
tod_date3=mdy
tod_24hr1=yes # yes: 24 hour format, no: 12 hour format
tod_24hr2=yes
tod_24hr3=yes
tod_week_no1=no # yes: display week number, no: display day of week
tod_week_no2=no
tod_week_no3=no
tod_dst1=no # in dst (yes, no)
tod_dst2=no
tod_dst3=no
tod_euro1=no # yes: euro format, no: US format
tod_euro2=no
tod_euro3=no
tod_observe_dst1=yes # observes dst (yes, no)
tod_observe_dst2=no
tod_observe_dst3=no
tod_adjust= # adjust time (e.g., +00:05:00)
# PREPROCESS
# command to be executed before any communication with the watch
preprocess=
# POSTPROCESS
# command to be executed after communication with the watch
#postprocess=
# update weather info in TEXT
postprocess="txt2wa.sh $dlusb_dir/text.txt; load_dlusb wristapp=text=$dlusb_dir/wristapp/text_dbase_018.bin"
# APPLICATIONS TO INITIALIZE (up to 14)
# External applications (WristApps) have the .app extension and internal ones
# are supposed to have data files named "APP_NAME.txt" (e.g., occasion.txt).
# Run "print_occasion > occasion.txt" to create an occasion.txt file if you
# have the OCCASION mode in your watch.
#
# Prepend a dot to the application name to lock the mode (e.g., .note).
apps="
ModeBrow.app
contact
note
appt
schedule
occasion
text.app
SciCalc.app
gas.app
WAtris.app
alarm
chrono
countdn
option=
"