few small changes
This commit is contained in:
parent
04ca3d56f4
commit
968d9ba784
|
@ -9,9 +9,10 @@
|
|||
local http = require("socket.http")
|
||||
local json = require("json")
|
||||
local naughty = require("naughty")
|
||||
local wibox = require("wibox")
|
||||
|
||||
local city = "Montreal,ca"
|
||||
local open_map_key = '<API_KEY>>'
|
||||
local open_map_key = 'c3d7320b359da4e48c2d682a04076576'
|
||||
local path_to_icons = "/usr/share/icons/Arc/status/symbolic/"
|
||||
|
||||
local icon_widget = wibox.widget {
|
||||
|
|
Loading…
Reference in New Issue