Notices


Reply
Thread Tools
b666m's Avatar
Posts: 1,090 | Thanked: 476 times | Joined on Jan 2010 @ Ingolstadt, Germany
#91
Originally Posted by vasvlad View Post
What did you mean?

Vlad.
maybe i've overlooked something the last time i had omweather installed but i didn't like the bright background of it.

i mean all of the other shortcut and widget backgrounds are dark/black and so this white omweather theme doesn't fit in. :/

so it would be nice to have a black/darker replacement for the background and of course adapted font color (grey/white) for using this widget.

(as i said... maybe i overlooked something... then i'm sorry for being blind as a bat ^^)
 
Posts: 1,137 | Thanked: 1,903 times | Joined on Apr 2007 @ Belarus
#92
Originally Posted by b666m View Post
maybe i've overlooked something the last time i had omweather installed but i didn't like the bright background of it.

i mean all of the other shortcut and widget backgrounds are dark/black and so this white omweather theme doesn't fit in. :/

so it would be nice to have a black/darker replacement for the background and of course adapted font color (grey/white) for using this widget.

(as i said... maybe i overlooked something... then i'm sorry for being blind as a bat ^^)
Ok. There is a possibility to make it. But it will be a small hack. Are you ready to do it ?

Vlad.
 
b666m's Avatar
Posts: 1,090 | Thanked: 476 times | Joined on Jan 2010 @ Ingolstadt, Germany
#93
Originally Posted by vasvlad View Post
Ok. There is a possibility to make it. But it will be a small hack. Are you ready to do it ?

Vlad.
of course

that's why i bought the n900
 
Posts: 1,137 | Thanked: 1,903 times | Joined on Apr 2007 @ Belarus
#94
Fine.
Unload Omweather widget.
And run in xterm the following commands:
gconftool-2 --set /apps/maemo/omweather/icons-layout --type=int 0
gconftool-2 --set /apps/maemo/omweather/alpha-component --type=int 45
gconftool-2 --set /apps/maemo/omweather/days --type=int 3
gconftool-2 --set /apps/maemo/omweather/icons-size --type=int 2
gconftool-2 --set /apps/maemo/omweather/background-color --type=string "#221111"

Load widget and enjoy.

Good hack.

Vlad.

P.S
first parameter may be change between 0-9 (5-9 presets view)
second parameter - semitransparency level (0-255)
third parameter - count of day on display (1-10)
fourth parameter - size of icons (1-5)
 

The Following 5 Users Say Thank You to vasvlad For This Useful Post:
b666m's Avatar
Posts: 1,090 | Thanked: 476 times | Joined on Jan 2010 @ Ingolstadt, Germany
#95
edit: ok... found it

Code:
<?xml version="1.0"?>
<gconf>
	<entry name="icon-set" mtime="1267378009" type="string">
		<stringvalue>Contour</stringvalue>
	</entry>
	<entry name="view_mode" mtime="1267378010" type="int" value="0"/>
	<entry name="update-WLAN" mtime="1267378010" type="bool" value="true"/>
	<entry name="update-gsm" mtime="1267378010" type="bool" value="false"/>
	<entry name="gps-station_id" mtime="1267378010" type="string">
		<stringvalue></stringvalue>
	</entry>
	<entry name="gps-station_name" mtime="1267378010" type="string">
		<stringvalue></stringvalue>
	</entry>
	<entry name="alerts-list" mtime="1267378010" type="list" ltype="string">
	</entry>
	<entry name="station-list" mtime="1267378010" type="list" ltype="string">
		<li type="string">
			<stringvalue>GMXX6369@Lenting@weather.com@M</stringvalue>
		</li>
		<li type="string">
			<stringvalue>GMXX0060@Ingolstadt@weather.com@M</stringvalue>
		</li>
	</entry>
	<entry name="text-position" mtime="1267378010" type="int" value="0"/>
	<entry name="mode" mtime="1267378010" type="int" value="0"/>
	<entry name="icons-layout" mtime="1267378081" type="int" value="4"/>
	<entry name="valid-time" mtime="1267378010" type="int" value="4"/>
	<entry name="switch-time" mtime="1267378010" type="int" value="0"/>
	<entry name="wind-units" mtime="1267378010" type="int" value="0"/>
	<entry name="pressure-units" mtime="1267378010" type="int" value="0"/>
	<entry name="distance-units" mtime="1267378010" type="int" value="0"/>
	<entry name="days" mtime="1267378010" type="int" value="5"/>
	<entry name="temperature-unit" mtime="1267378010" type="int" value="0"/>
	<entry name="show-arrows" mtime="1267378010" type="bool" value="true"/>
	<entry name="show-station-name" mtime="1267378010" type="bool" value="true"/>
	<entry name="click-for-launch-popup" mtime="1267378010" type="int" value="0"/>
	<entry name="show-wind-gust" mtime="1267378010" type="bool" value="false"/>
	<entry name="show-wind" mtime="1267378010" type="bool" value="false"/>
	<entry name="swap-temperature" mtime="1267378009" type="bool" value="true"/>
	<entry name="corner-radius" mtime="1267378009" type="int" value="10"/>
	<entry name="alpha-component" mtime="1267378009" type="int" value="45"/>
	<entry name="gps-station" mtime="1267378009" type="bool" value="true"/>
	<entry name="downloading-after-connecting" mtime="1267378009" type="bool" value="false"/>
	<entry name="separate-data" mtime="1267378009" type="bool" value="false"/>
	<entry name="show-weather-for-two-hours" mtime="1267378009" type="bool" value="true"/>
	<entry name="animation" mtime="1267378009" type="bool" value="true"/>
	<entry name="transparency" mtime="1267378009" type="bool" value="true"/>
	<entry name="update-interval" mtime="1267378009" type="int" value="1440"/>
	<entry name="background-color" mtime="1267378009" type="string">
		<stringvalue>#221111</stringvalue>
	</entry>
	<entry name="font" mtime="1267378009" type="string">
		<stringvalue>Sans 12</stringvalue>
	</entry>
	<entry name="font-color" mtime="1267378009" type="string">
		<stringvalue>#ffff00</stringvalue>
	</entry>
	<entry name="settings-tab-number" mtime="1267378009" type="int" value="0"/>
	<entry name="icons-size" mtime="1267378009" type="int" value="3"/>
	<entry name="current-station-source" mtime="1267378009" type="string">
		<stringvalue>weather.com</stringvalue>
	</entry>
	<entry name="current-station-id" mtime="1267378009" type="string">
		<stringvalue>GMXX0060</stringvalue>
	</entry>
	<entry name="current-station-name" mtime="1267378009" type="string">
		<stringvalue>Ingolstadt</stringvalue>
	</entry>
	<entry name="weather-dir" mtime="1267378009" type="string">
		<stringvalue>/home/user/apps/omweather</stringvalue>
	</entry>
	<entry name="version" mtime="1267378009" type="string">
		<stringvalue>0.25.8</stringvalue>
	</entry>
</gconf>
that's what i'm able to change, right? (:

Last edited by b666m; 2010-02-28 at 17:34.
 
b666m's Avatar
Posts: 1,090 | Thanked: 476 times | Joined on Jan 2010 @ Ingolstadt, Germany
#96
omweather rockz



would be nice to have short comments to the gconf-values (what they're for / what they're doing ^^)

EDIT: any chance to remove the S: and L: line on the right side? (:

Last edited by b666m; 2010-02-28 at 18:05.
 

The Following User Says Thank You to b666m For This Useful Post:
Posts: 1,137 | Thanked: 1,903 times | Joined on Apr 2007 @ Belarus
#97
Originally Posted by b666m View Post
omweather rockz



would be nice to have short comments to the gconf-values (what they're for / what they're doing ^^)

EDIT: any chance to remove the S: and L: line on the right side? (:
Quick answer: "No". If you can recompile Omweather in scratchbox, then I can send to you patch for removal of these strings.

Vlad.
 
NokiaRocks's Avatar
Posts: 658 | Thanked: 117 times | Joined on Jan 2010
#98
The black background looks awesome
 
ArnimS's Avatar
Posts: 1,107 | Thanked: 720 times | Joined on Mar 2007 @ Germany
#99
The black background indeed looks great. Thanks for such a beautiful and useful widget app.
__________________
find . -name \*.mp3 -exec mplayer -quiet -shuffle "{}" +
das ist your media player, and yuu vill like it
 
Dr.MZ's Avatar
Posts: 111 | Thanked: 74 times | Joined on Feb 2010 @ Germany
#100
is it normal, because since I've downloaded the latest version, I keep getting to new locations. Meanwhile, I'm already 10 stations that can prove I call, each with a city. Is this a bug or intentional? And how many stadiums next??
 
Reply

Tags
omweather


 
Forum Jump


All times are GMT. The time now is 10:00.