View Single Post
sakya's Avatar
Posts: 533 | Thanked: 1,341 times | Joined on Dec 2010 @ Italy
#4
There is absolutely no need to change or move the script.
The link used by the widget in qtlockscreen is in the configuration file (that's what configuration file are for: configuration).
This is the widget from the default config:
Code:
[YahooWeather]
MinimumSecondsBetweenUpdates=1200
AutoUpdateIntervalSeconds=10800
Link="italy/lombardy/milan-718345"
Unit="c"
#ConditionsText=""
#ConditionsPos="20;120"
#ConditionsFont=";14;normal;0"
#ConditionsColor="255;255;255;255"
CurrentText=""
CurrentPos="170;60"
CurrentFont=";40;normal;0"
CurrentColor="255;255;255;255"
HighText="High:"
HighPos="170;100"
HighFont=";14;normal;0"
HighColor="255;255;255;255"
LowText="Low:"
LowPos="170;120"
LowFont=";14;normal;0"
LowColor="255;255;255;255"
SizeL="250;180"
SizeP="250;180"
PosL="500;90"
PosP="center;550"
 

The Following 2 Users Say Thank You to sakya For This Useful Post: