willecg-awesome-themes/conf.lua.example

34 lines
822 B
Plaintext

conf = {}
-- List of command to run
conf.autorun = {"uwxrtd", "emacs --daemon"}
-- Data for the weather widget from lain
-- See lain documentation for more information
conf.weather_appid="1234"
conf.weather_city = 1
conf.weather_cnt = 1
conf.weather_lat = 0
conf.weather_lon = 0
conf.lang = "es"
-- Data for mail widget from lain
conf.mail_server = "mail.example.com"
conf.mail_account = "user@example.com"
conf.mail_command = [[bash -c 'pass show my/email/storage']]
-- Agenda files (org mode) for vicious org widget
conf.agendafiles = {"/home/user/myorg/agendafiles"}
-- Interfaces names for net widgets (lain widgets)
conf.wlface = "wlan0"
conf.etface = "eth0"
-- Path for icon for awesome empty ("") for default
conf.icon = ""
-- Path to my own wallpaper empty ("") for default
conf.wallpaper = ""
return conf