-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c8a41cb
commit b746f9e
Showing
17 changed files
with
60 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--; ================================================== | ||
--; Lua User Agent | ||
--; ================================================== | ||
|
||
function finishUserAgent() | ||
SKIN:Bang('!Log "#RetrievingCurrentText#"') | ||
|
||
SKIN:Bang('!UnpauseMeasureGroup WeatherCurrentMeasure') | ||
SKIN:Bang('!UnpauseMeasureGroup WeatherCurrentSlimMeasure') | ||
SKIN:Bang('!UnpauseMeasureGroup WeatherCurrentExtraSlimMeasure') | ||
SKIN:Bang('!UnpauseMeasureGroup WeatherOneHourMeasure') | ||
SKIN:Bang('!UnpauseMeasureGroup WeatherSixHourMeasure') | ||
SKIN:Bang('!UnpauseMeasure MeasureWeatherCore') | ||
SKIN:Bang('!UpdateMeasure MeasureWeatherCore') | ||
|
||
end | ||
|
||
function finishTendayUserAgent() | ||
SKIN:Bang('!Log "#RetrievingTendayText#"') | ||
|
||
SKIN:Bang('!UnpauseMeasureGroup WeatherOneDayMeasure') | ||
SKIN:Bang('!UnpauseMeasureGroup WeatherOneDaySlimMeasure') | ||
SKIN:Bang('!UnpauseMeasureGroup WeatherSevenDayMeasure') | ||
SKIN:Bang('!UnpauseMeasure MeasureWeatherTendayCore') | ||
SKIN:Bang('!UpdateMeasure MeasureWeatherTendayCore') | ||
|
||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[Variables] | ||
Page=Info | ||
HiddenLineInfo=0 | ||
HiddenLineInfo=1 | ||
TypeFace=Roboto | ||
ColorCode=255,255,255 | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.