-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.sunclockrc
81 lines (81 loc) · 1.88 KB
/
.sunclockrc
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
### ~/.sunclockrc on latest Debian
###
### created: 2020-Jan-03
### updated: 2024-Jan-10
###
### man sunclock
###
###=================================================================
### which world view to show: clock or map -- mutually exclusive
map
mapmode S
mapgeom 1400x900+0+75
###=================================================================
### The more common settings are up top here.
#addcity 2|Philly|39.960|-75.170|US/Eastern
#addcity 2|----------You_are_here|39.960|-75.170|US/Eastern
#addcity 2|----------You_should_be_here|20.700|-156.400|US/Hawaiian
###
#animation
bottomline
### city works but depends on 'addcity' and/or 'citycategories'.
city Philadelphia
#city Philly
#citycategories 1
### Wait until we're zoomed really close before showing more cities.
sizelimits 10000
### Represent a City3 with a City1 dot.
spotsizes 1|2|1|4|5
citymode 2
classname sunclock-full
colorlevel 3
colorscale 32
#dateformat %H:%M%_%a%_%d%_%b%_%y|%H:%M:%S%_%Z|%a%_%j/%t%_%U/52
darkness 0.85
decimal
fillmode 2
language: en
meridianmode 3
moon
parallelmode 0
objectmode 1
setcolor city1|#00FFFF
setcolor cityname|#775555
setcolor mark1|Green
setcolor mark2|Yellow
setcolor moon|#FF0000
setcolor sun|#FF0000
setfont mapstrip|-*-times-bold-r-*-*-18-*-*-*-*-*-*-*
shading 4
sun
tropics
#verbose
vmfflags 2
###=================================================================
### Zoom settings
aspect 2
### Where to center the map (dx,dy) and how much to zoom/magnify in
dx -75.170
dy 39.960
mag 1.125
zoomsync
###=================================================================
###
### which additional windows to show:
### menu or nomenu
### option or nooption
### urban or nourban
### zoom or nozoom
###
#auxilgeom +1300+0
nomenu
menugeom +5+200
nooption
optiongeom +805-0
nourban
urbangeom +1275-500
nozoom
zoomgeom +1410-975
###=================================================================
###
#EOF