[xplanet]
This commit is contained in:
parent
2d393d7281
commit
b54da26368
@ -116,7 +116,9 @@
|
|||||||
<!-- set names up here if you want to, like this:
|
<!-- set names up here if you want to, like this:
|
||||||
<name>desktop 1</name>
|
<name>desktop 1</name>
|
||||||
<name>desktop 2</name>
|
<name>desktop 2</name>
|
||||||
-->
|
<name>desktop 3</name>
|
||||||
|
<name>desktop 4</name>-->
|
||||||
|
|
||||||
</names>
|
</names>
|
||||||
<popupTime>875</popupTime>
|
<popupTime>875</popupTime>
|
||||||
<!-- The number of milliseconds to show the popup for when switching
|
<!-- The number of milliseconds to show the popup for when switching
|
||||||
@ -275,6 +277,12 @@
|
|||||||
<command>/usr/bin/gmrun</command>
|
<command>/usr/bin/gmrun</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
|
<keybind key="A-F3">
|
||||||
|
<action name="Execute">
|
||||||
|
<name>Lance </name>
|
||||||
|
<command>gnome-terminal</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
<keybind key="W-e">
|
<keybind key="W-e">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<startupnotify>
|
<startupnotify>
|
||||||
|
@ -39,7 +39,7 @@ prompt bart green red
|
|||||||
# pushd pour cd
|
# pushd pour cd
|
||||||
setopt autopushd
|
setopt autopushd
|
||||||
# ne tue pas les processus quand zsh quitte
|
# ne tue pas les processus quand zsh quitte
|
||||||
setopt nohup
|
#setopt nohup
|
||||||
# auto cd avec le nom du dossier
|
# auto cd avec le nom du dossier
|
||||||
setopt autocd
|
setopt autocd
|
||||||
|
|
||||||
|
@ -7,7 +7,8 @@ export JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.12
|
|||||||
export ANDROID_HOME=/home/mathieu/Android/android-sdk-linux
|
export ANDROID_HOME=/home/mathieu/Android/android-sdk-linux
|
||||||
export ANDROID_SKD=/home/mathieu/Android/android-sdk-linux/platforms/android-1.6/
|
export ANDROID_SKD=/home/mathieu/Android/android-sdk-linux/platforms/android-1.6/
|
||||||
export ECLIPSE_HOME=/home/mathieu/Eclipse/eclipse-modeling-galileo
|
export ECLIPSE_HOME=/home/mathieu/Eclipse/eclipse-modeling-galileo
|
||||||
export PATH=$JAVA_HOME/bin/:$ANDROID_HOME/tools:$ANDROID_SKD/tools:$ECLIPSE_HOME:$PATH
|
export NETBEANS_HOME=/home/mathieu/netbeans-6.8
|
||||||
|
export PATH=$NETBEANS_HOME/bin:$JAVA_HOME/bin/:$ANDROID_HOME/tools:$ANDROID_SKD/tools:$ECLIPSE_HOME:$PATH
|
||||||
|
|
||||||
#Perso Bin
|
#Perso Bin
|
||||||
export PATH=$HOME/bin/bin:$HOME/bin:$PATH
|
export PATH=$HOME/bin/bin:$HOME/bin:$PATH
|
||||||
|
120
xplanet.conf
120
xplanet.conf
@ -1,4 +1,10 @@
|
|||||||
[default]
|
# This file contains options you might want to customize for each
|
||||||
|
# body. It's best to leave this file alone and modify a copy. Use the
|
||||||
|
# -config option to tell xplanet to read your copy.
|
||||||
|
|
||||||
|
[default] # Values in this section apply to all
|
||||||
|
# bodies unless overridden below.
|
||||||
|
|
||||||
arc_color=white
|
arc_color=white
|
||||||
#arc_file=
|
#arc_file=
|
||||||
|
|
||||||
@ -7,143 +13,154 @@ bump_scale=1
|
|||||||
|
|
||||||
cloud_gamma=1
|
cloud_gamma=1
|
||||||
#cloud_map=
|
#cloud_map=
|
||||||
cloud_ssec=false
|
cloud_ssec=false # true if the cloud map is from the
|
||||||
|
# University of Wisconsin Space
|
||||||
|
# Science and Engineering Center
|
||||||
cloud_threshold=90
|
cloud_threshold=90
|
||||||
|
|
||||||
color={255,255,255}
|
color={255,255,255} # fallback color in case an image map
|
||||||
draw_orbit=false
|
# isn't found
|
||||||
|
|
||||||
|
draw_orbit=false # if true, draw this body's orbit
|
||||||
|
# about its primary
|
||||||
|
|
||||||
grid=false
|
grid=false
|
||||||
grid1=6
|
grid1=6
|
||||||
grid2=15
|
grid2=15
|
||||||
|
|
||||||
#image=
|
#image=
|
||||||
|
|
||||||
magnify=1
|
magnify=90 # draw the body as if its radius were
|
||||||
marker_color=yellow
|
# magnified by this factor
|
||||||
|
|
||||||
|
marker_color=red
|
||||||
#marker_file=
|
#marker_file=
|
||||||
#marker_font=
|
#marker_font=
|
||||||
|
|
||||||
max_radius_for_label=3
|
max_radius_for_label=3 # don't draw a label if the body's
|
||||||
|
# radius in pixels is more than this
|
||||||
|
|
||||||
min_radius_for_label=.01
|
min_radius_for_label=.01 # don't draw a label if the body's
|
||||||
|
# radius in pixels is less than this
|
||||||
|
|
||||||
min_radius_for_markers=40
|
min_radius_for_markers=40 # don't draw markers if the body's
|
||||||
|
# radius in pixels is less than this
|
||||||
|
|
||||||
#night_map=
|
#night_map=
|
||||||
|
|
||||||
orbit={-.5,.5,2}
|
orbit={-.5,.5,2} # extent of orbit to draw,
|
||||||
orbit_color={255,255,255}
|
# {start, end, delta}, where
|
||||||
random_origin=true
|
# start and end are in units of period
|
||||||
random_target=true
|
# of revolution and delta is angular
|
||||||
|
# increment in degrees to evaluate
|
||||||
|
# position
|
||||||
|
|
||||||
|
orbit_color={255,255,255} # color for the orbit
|
||||||
|
|
||||||
|
random_origin=true # Can this body be considered if
|
||||||
|
# -origin random is used?
|
||||||
|
|
||||||
|
random_target=true # Can this body be considered if
|
||||||
|
# -target random is used?
|
||||||
|
|
||||||
#satellite_file=
|
#satellite_file=
|
||||||
shade=10
|
|
||||||
|
shade=30 # 0 = black, 100 = same as dayside
|
||||||
|
|
||||||
#specular_map=
|
#specular_map=
|
||||||
text_color={255,0,0}
|
|
||||||
twilight=6
|
text_color={255,0,0} # color for text (markers & body label)
|
||||||
|
|
||||||
|
twilight=6 # blend the day and night images for
|
||||||
|
# pixels within this many degrees of
|
||||||
|
# the terminator
|
||||||
|
|
||||||
[sun]
|
[sun]
|
||||||
"Sun"
|
"Sun"
|
||||||
color={255,255,166}
|
color={255,255,166}
|
||||||
max_radius_for_label=0
|
|
||||||
#shade=100 # No night side!
|
|
||||||
|
|
||||||
|
max_radius_for_label=0 # never draw a label for the sun
|
||||||
|
|
||||||
|
shade=100 # No night side!
|
||||||
|
|
||||||
[mercury]
|
[mercury]
|
||||||
"Mercury"
|
"Mercury"
|
||||||
color={100, 100, 100}
|
color={100, 100, 100}
|
||||||
min_radius_for_label=0 # always draw a label
|
|
||||||
|
|
||||||
|
min_radius_for_label=0 # always draw a label
|
||||||
|
|
||||||
[venus]
|
[venus]
|
||||||
"Venus"
|
"Venus"
|
||||||
color={161, 129, 70}
|
color={161, 129, 70}
|
||||||
min_radius_for_label=0
|
|
||||||
|
|
||||||
|
min_radius_for_label=0
|
||||||
|
|
||||||
[earth]
|
[earth]
|
||||||
"Earth"
|
"Earth"
|
||||||
map=earth1.jpg
|
|
||||||
color={28, 82, 110}
|
color={28, 82, 110}
|
||||||
cloud_map=clouds_4096.jpg
|
cloud_map=clouds.jpg
|
||||||
#marker_file=brightStars
|
#draw_orbit=true
|
||||||
|
#bump_map=bump.jpg
|
||||||
|
# I have day and night maps of Australia centered on Alice Springs,
|
||||||
|
# which are cropped from higher resolution maps.
|
||||||
|
#map=alice_springs.png
|
||||||
|
#night_map=alice_springs_night.png
|
||||||
|
#mapbounds={-1.2,98.7107,-46.2,169.023} # lat1, lon1, lat2, lon2
|
||||||
|
|
||||||
#marker_file=earth
|
#marker_file=earth
|
||||||
#marker_file=quake
|
|
||||||
#arc_file=boundaries_i
|
|
||||||
night_map=Night_huge.jpg
|
|
||||||
specular_map=specular.jpg
|
|
||||||
magnify=40
|
|
||||||
min_radius_for_label=0
|
min_radius_for_label=0
|
||||||
|
|
||||||
#satellite_file=iss
|
#satellite_file=iss
|
||||||
#satellite_file=hubble
|
|
||||||
satellite_file=satellites/tm
|
|
||||||
|
|
||||||
[moon]
|
[moon]
|
||||||
"Moon"
|
"Moon"
|
||||||
map=moon.jpg
|
|
||||||
color={100, 100, 100}
|
color={100, 100, 100}
|
||||||
#draw_orbit=true
|
#draw_orbit=true
|
||||||
magnify=10
|
|
||||||
|
|
||||||
|
#orbit={-.51,.5,2}
|
||||||
|
|
||||||
[mars]
|
[mars]
|
||||||
"Mars"
|
"Mars"
|
||||||
color={172, 123, 67}
|
color={172, 123, 67}
|
||||||
map=mars.jpg
|
#draw_orbit=true
|
||||||
|
|
||||||
min_radius_for_label=0
|
min_radius_for_label=0
|
||||||
magnify=40
|
|
||||||
|
|
||||||
[phobos]
|
[phobos]
|
||||||
"Phobos"
|
"Phobos"
|
||||||
map=phobos.jpg
|
|
||||||
magnify=10
|
|
||||||
|
|
||||||
|
|
||||||
[deimos]
|
[deimos]
|
||||||
"Deimos"
|
"Deimos"
|
||||||
map=deimos.jpg
|
|
||||||
magnify=10
|
|
||||||
|
|
||||||
|
|
||||||
[jupiter]
|
[jupiter]
|
||||||
"Jupiter"
|
"Jupiter"
|
||||||
color={204, 163, 133}
|
color={204, 163, 133}
|
||||||
min_radius_for_label=0
|
min_radius_for_label=0
|
||||||
map=jupiter_vgr2.jpg
|
|
||||||
|
|
||||||
[io]
|
[io]
|
||||||
"Io"
|
"Io"
|
||||||
color={212, 182, 52}
|
color={212, 182, 52}
|
||||||
map=io.jpg
|
|
||||||
magnify=10
|
|
||||||
|
|
||||||
[europa]
|
[europa]
|
||||||
"Europa"
|
"Europa"
|
||||||
color={140, 140, 140}
|
color={140, 140, 140}
|
||||||
map=europa.jpg
|
|
||||||
magnify=10
|
|
||||||
|
|
||||||
[ganymede]
|
[ganymede]
|
||||||
"Ganymede"
|
"Ganymede"
|
||||||
color={150, 150, 150}
|
color={150, 150, 150}
|
||||||
map=ganymede.jpg
|
|
||||||
magnify=10
|
|
||||||
|
|
||||||
[callisto]
|
[callisto]
|
||||||
"Callisto"
|
"Callisto"
|
||||||
color={70, 70, 70}
|
color={70, 70, 70}
|
||||||
map=callisto.jpg
|
|
||||||
magnify=10
|
|
||||||
|
|
||||||
[saturn]
|
[saturn]
|
||||||
"Saturn"
|
"Saturn"
|
||||||
color={244, 199, 134}
|
color={244, 199, 134}
|
||||||
min_radius_for_label=0
|
min_radius_for_label=0
|
||||||
map=saturn.jpg
|
|
||||||
|
|
||||||
[mimas]
|
[mimas]
|
||||||
"Mimas"
|
"Mimas"
|
||||||
map=mimas_bump.jpg
|
|
||||||
|
|
||||||
[enceladus]
|
[enceladus]
|
||||||
"Enceladus"
|
"Enceladus"
|
||||||
@ -196,7 +213,6 @@ min_radius_for_label=0
|
|||||||
[neptune]
|
[neptune]
|
||||||
"Neptune"
|
"Neptune"
|
||||||
color={95, 133, 232}
|
color={95, 133, 232}
|
||||||
map=neptune.jpg
|
|
||||||
|
|
||||||
min_radius_for_label=0
|
min_radius_for_label=0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user