blackburn added
Before Width: | Height: | Size: 350 B |
Before Width: | Height: | Size: 349 B |
Before Width: | Height: | Size: 349 B |
Before Width: | Height: | Size: 353 B |
Before Width: | Height: | Size: 342 B |
Before Width: | Height: | Size: 344 B |
Before Width: | Height: | Size: 346 B |
Before Width: | Height: | Size: 346 B |
Before Width: | Height: | Size: 345 B |
Before Width: | Height: | Size: 346 B |
Before Width: | Height: | Size: 348 B |
Before Width: | Height: | Size: 357 B |
Before Width: | Height: | Size: 355 B |
Before Width: | Height: | Size: 354 B |
Before Width: | Height: | Size: 355 B |
Before Width: | Height: | Size: 351 B |
Before Width: | Height: | Size: 358 B |
Before Width: | Height: | Size: 348 B |
Before Width: | Height: | Size: 346 B |
Before Width: | Height: | Size: 344 B |
Before Width: | Height: | Size: 345 B |
Before Width: | Height: | Size: 358 B |
Before Width: | Height: | Size: 353 B |
Before Width: | Height: | Size: 360 B |
Before Width: | Height: | Size: 346 B |
Before Width: | Height: | Size: 344 B |
Before Width: | Height: | Size: 346 B |
Before Width: | Height: | Size: 349 B |
Before Width: | Height: | Size: 342 B |
Before Width: | Height: | Size: 344 B |
Before Width: | Height: | Size: 350 B |
Before Width: | Height: | Size: 340 B |
Before Width: | Height: | Size: 344 B |
Before Width: | Height: | Size: 346 B |
Before Width: | Height: | Size: 347 B |
Before Width: | Height: | Size: 343 B |
Before Width: | Height: | Size: 350 B |
Before Width: | Height: | Size: 349 B |
Before Width: | Height: | Size: 345 B |
Before Width: | Height: | Size: 341 B |
Before Width: | Height: | Size: 344 B |
Before Width: | Height: | Size: 342 B |
Before Width: | Height: | Size: 354 B |
Before Width: | Height: | Size: 334 B |
Before Width: | Height: | Size: 354 B |
Before Width: | Height: | Size: 340 B |
Before Width: | Height: | Size: 352 B |
Before Width: | Height: | Size: 344 B |
Before Width: | Height: | Size: 344 B |
Before Width: | Height: | Size: 356 B |
Before Width: | Height: | Size: 348 B |
Before Width: | Height: | Size: 349 B |
Before Width: | Height: | Size: 346 B |
Before Width: | Height: | Size: 345 B |
Before Width: | Height: | Size: 334 B |
Before Width: | Height: | Size: 352 B |
Before Width: | Height: | Size: 355 B |
Before Width: | Height: | Size: 354 B |
Before Width: | Height: | Size: 344 B |
Before Width: | Height: | Size: 346 B |
Before Width: | Height: | Size: 346 B |
|
@ -552,7 +552,7 @@ vicious.register(weatherwidget, vicious.widgets.weather,
|
|||
end
|
||||
return " " .. white .. args["{tempc}"] .. " " .. coldef
|
||||
end
|
||||
end, 600, "LIRN" )
|
||||
end, 600, "ICAO-CODE-GOES-HERE" )
|
||||
|
||||
-- attached notification
|
||||
local timer = timer
|
||||
|
@ -652,7 +652,8 @@ function add_weather_notification(widget, id)
|
|||
vicious.force({ weatherwidget } )
|
||||
end
|
||||
|
||||
add_weather_notification(weathericon, 725051)
|
||||
-- the second argument must be your Yahoo Weather city id
|
||||
add_weather_notification(weathericon, 123456)
|
||||
|
||||
-- Separators
|
||||
spr = wibox.widget.textbox(' ')
|
||||
|
|
|
@ -334,7 +334,7 @@ vicious.register(weatherwidget, vicious.widgets.weather,
|
|||
end
|
||||
return "" .. lightpurple .. args["{sky}"] .. " @ " .. args["{tempc}"] .. "°C" .. coldef .. ""
|
||||
end
|
||||
end, 1800, "LIRN" )
|
||||
end, 1800, "ICAO-CODE-GOES-HERE" )
|
||||
|
||||
-- /home fs widget
|
||||
fshicon = wibox.widget.imagebox()
|
||||
|
|
|
@ -513,7 +513,7 @@ vicious.register(weatherwidget, vicious.widgets.weather,
|
|||
end
|
||||
return gray .. args["{sky}"] .. coldef .. " " .. white .. args["{tempc}"] .. " " .. coldef
|
||||
end
|
||||
end, 1800, "LIRN" )
|
||||
end, 1800, "ICAO-CODE-GOES-HERE" )
|
||||
|
||||
-- Separators
|
||||
spr = wibox.widget.textbox(' ')
|
||||
|
|