dotfiles/.config/awesome/user_variables.lua

28 lines
334 B
Lua

return {
widget = {
weather = {
--- API Key
key = " ",
--- Coordinates
coordinates = {
" ", --- lat
" ", --- lon
},
},
--- Github activity
github = {
username = "punkfairie",
},
--- Microphone
mic = {
name = "",
},
--- Disk for Top-panel
disk = {
name = "/dev/sdb3",
},
},
}