diff options
| author | Gaspar Fernandez <gaspar.fernandez@totaki.com> | 2016-08-12 01:29:28 +0200 |
|---|---|---|
| committer | Gaspar Fernandez <gaspar.fernandez@totaki.com> | 2016-08-12 01:29:28 +0200 |
| commit | e463cfd3cbd419dc38583fe25b93be36b330a606 (patch) | |
| tree | add192be35a2e37ace95ee6f33a0a65d612dad9b /dwgo.conf | |
| parent | f5932870164b72d2a67352495f3062f31f1fc5fd (diff) | |
| download | dwgo-e463cfd3cbd419dc38583fe25b93be36b330a606.tar.gz dwgo-e463cfd3cbd419dc38583fe25b93be36b330a606.tar.bz2 dwgo-e463cfd3cbd419dc38583fe25b93be36b330a606.zip | |
Version 0.4d
Diffstat (limited to 'dwgo.conf')
| -rw-r--r-- | dwgo.conf | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/dwgo.conf b/dwgo.conf new file mode 100644 index 0000000..89a3d3e --- /dev/null +++ b/dwgo.conf @@ -0,0 +1,72 @@ +#[Stations] +AddStation LEMG:Málaga +AddStation LEVD:Valladolid +AddStation LEGR:Granada +AddStation LEBA:Córdoba +AddStation LEMD:Madrid + +#[General configuration] +update_interval=100 +# Degrees in (C)elsius or (F)ahrenheit +deg_unit= C + + +# Wait box (x1 y1 x2 y2) where x1,y1 are upper left corner and x2,y2 are width and height +waitbox->out_color= 5 5 3 +waitbox->bar_color= 50 55 175 +waitbox->coords= 11 20 42 10 +waitbox->in_color= 100 140 190 + +#[Default theme] +default->img=pixmaps/default.xpm +default->txtfont=-*-helvetica-*-*-*-*-10-*-*-*-*-*-*-15 +default->tempfont=-*-verdana-*-*-*-*-16-*-*-*-*-*-*-15 +default->timefont=-*-impact-*-*-*-*-11-*-*-*-*-*-*-15 +default->textcolor=10 20 40 +default->timecolor=10 20 40 +default->tempcolor=10 20 40 +# If 1 value, it is Y position, X centered, Max. width default +# If 2 values, they are X,Y position, Max. width default +# If 3 values, they are X position, Max. width and Y +# If X value=-5 it means centered text +# If Y value<-1 hides the text; If Y=-1 copies the default value (tmploc can't have this value) +default->txtloc=-5,60,50 +default->tmploc=-5,60,35 +default->timloc=35,50,13 + +#[Clear theme] +clear->img=pixmaps/clear.xpm + +#[Cloudy] +cloudy->img=pixmaps/clouds.xpm + +#[Broken] +broken->img=pixmaps/brk.xpm + +#[TCU] +tcu->img=pixmaps/tcu.xpm +tcu->tempcolor=0 0 228 +tcu->tempfont=-*-verdana-*-*-*-*-12-*-*-*-*-*-*-15 +tcu->tmploc=5,40,23 + +#[Rainy] +rainy->img=pixmaps/rain.xpm +rainy->textcolor= 255 255 255 +rainy->timecolor= 255 255 255 +rainy->tempcolor= 255 255 255 + +#[Snowy theme] +snowy->img=pixmaps/snow.xpm + +#[Hail theme] +hail->img=pixmaps/hail.xpm + +#[Foggy theme] +foggy->img=pixmaps/fog.xpm + +#[Dust theme] +dust->img=pixmaps/dust.xpm + +#[Other particles theme] +otparts->img=pixmaps/parts.xpm + |
