dotfiles/configlinux/awesome/user_variables.lua
2022-12-20 09:41:39 -06:00

19 lines
280 B
Lua
Executable file

return {
widget = {
weather = {
--- API Key
key = "5f513362550e218b01a8aa23766dc823",
--- Coordinates
coordinates = {
"33.033818", --- lat
"-96.783212", --- lon
},
},
--- Github activity
github = {
username = "VincentKnightTesting",
},
},
}