1rktime.conf(5) File Formats Manual rktime.conf(5)
2
3
4
6 rktime.conf - configuration file for rktime (1)
7
9 The file rktime.conf contains variables to override default settings of
10 the rktime utility. The file rktime.conf is optional. Typically this
11 would be used to change the default set of timezones displayed.
12
13 rktime.conf is located in the /etc directory.
14
15
16 The file must only be owned by root or bin, must only be associated
17 with group root or group bin. It should not have others write or oth‐
18 ers execute permission set.
19
20 To set a new set of timezones to display, a line like the following
21 should be set
22
23 ZONES="US/Pacific US/Eastern UTC Europe/London"
24
25 rktime also provides for users to have a file named .rktime.conf in
26 their home directories. A user's individual settings override the
27 global settings. The format of .rktime.conf is the same as
28 rktime.conf.
29
30 The following three variables can be set to change the default colors
31 used.
32
33 WEEKDAY_COLOR=$GREEN
34
35 AFTERHOURS_COLOR=$BLUE
36
37 WEEKEND_COLOR=$WHITE
38
39 Valid color settings are BLACK, RED, GREEN, YELLOW, BLUE, PURPLE, CYAN,
40 and WHITE.
41
42 By default, offsets from UTC are not shown. To show these, time off‐
43 sets, set:
44
45 TIMEOFFSET=on
46
47 By default, color is used. To change the default to off, set:
48
49 COLOR=off
50
51 By default, the time format used is 24 hour time. To change this to 12
52 hour time, set:
53
54 TIMEFORMAT=12h
55
56
58 rktime (1)
59
60
62 G. Richard Keech (rkeech@rehdat.com)
63
64
65
664th Berkeley Distribution$Date: 2000/08/09 07:02:23 $ rktime.conf(5)