Make the timezones more readable and easier to edit
This commit is contained in:
parent
edfdd08602
commit
8b80d804c7
1 changed files with 35 additions and 2 deletions
|
@ -4,7 +4,40 @@ dconf load /org/mate/panel/objects/clock/prefs/ << __EOF__
|
||||||
show-temperature=false
|
show-temperature=false
|
||||||
expand-locations=true
|
expand-locations=true
|
||||||
format='24-hour'
|
format='24-hour'
|
||||||
cities=['<location name="UTC" city="" timezone="GMT" latitude="-0.000000" longitude="-0.000000" code="-" current="false"/>', '<location name="New York" city="" timezone="America/New_York" latitude="-0.000000" longitude="-0.000000" code="-" current="false"/>', '<location name="Los Angeles" city="" timezone="America/Los_Angeles" latitude="-0.000000" longitude="-0.000000" code="-" current="false"/>', '<location name="London" city="" timezone="Europe/London" latitude="-0.000000" longitude="-0.000000" code="-" current="false"/>']
|
|
||||||
custom-format=''
|
|
||||||
show-weather=false
|
show-weather=false
|
||||||
|
cities=[ \
|
||||||
|
'<location name="Sydney" \
|
||||||
|
timezone="Australia/Sydney" \
|
||||||
|
code="YSSY" \
|
||||||
|
latitude="-33.950001" \
|
||||||
|
longitude="151.183334" \
|
||||||
|
/>', \
|
||||||
|
'<location name="Paris" \
|
||||||
|
timezone="Europe/Paris" \
|
||||||
|
code="LFPG" \
|
||||||
|
latitude="49.016666" \
|
||||||
|
longitude="2.533333" \
|
||||||
|
/>', \
|
||||||
|
'<location name="London" \
|
||||||
|
timezone="Europe/London" \
|
||||||
|
code="EGLC" \
|
||||||
|
latitude="51.500000" \
|
||||||
|
longitude="-0.500000" \
|
||||||
|
/>', \
|
||||||
|
'<location name="–Zulu–" \
|
||||||
|
timezone="UTC" \
|
||||||
|
/>', \
|
||||||
|
'<location name="New York" \
|
||||||
|
timezone="America/New_York" \
|
||||||
|
code="KNYC" \
|
||||||
|
latitude="40.783333" \
|
||||||
|
longitude="-73.966667" \
|
||||||
|
/>', \
|
||||||
|
'<location name="Seattle" \
|
||||||
|
timezone="America/Los_Angeles" \
|
||||||
|
code="KSEA" \
|
||||||
|
latitude="47.545834" \
|
||||||
|
longitude="-122.313614" \
|
||||||
|
/>' \
|
||||||
|
]
|
||||||
__EOF__
|
__EOF__
|
||||||
|
|
Loading…
Reference in a new issue