externalize api key

This commit is contained in:
pmakhov 2017-12-04 11:56:21 -05:00
parent d12e29a102
commit 128aec5ef7
1 changed files with 3 additions and 1 deletions

View File

@ -1,10 +1,12 @@
package.path = package.path .. ";../../secrets.lua"
local secrets = require("secrets")
local wibox = require("wibox") local wibox = require("wibox")
local http = require("socket.http") local http = require("socket.http")
local json = require("json") local json = require("json")
local naughty = require("naughty") local naughty = require("naughty")
local city = "Montreal,ca" local city = "Montreal,ca"
local open_map_key = "<openWeatherMap api key>" local open_map_key = secrets.weather_widget_api_key
local path_to_icons = "/usr/share/icons/Arc/status/symbolic/" local path_to_icons = "/usr/share/icons/Arc/status/symbolic/"
local icon_widget = wibox.widget { local icon_widget = wibox.widget {