mod_statusbar.create{ screen = 0, pos = 'bl', fullsize = true, systray = false, template = ( " %{date} --- " .. " %{weather_pressure}hPa " .. " %{weather_windspeed}Mph " .. " %{weather_tempC}C" .. " %{filler}" .. " %{laptopstatus_temperature} " .. " %{laptopstatus_batterytimeleft} ---" .. " %{workspace_pager} --- " .. " %{xkbgroup} " ), } mod_statusbar.launch_statusd{ date={ date_format = '%H:%M --- %d.%m.%Y', }, load={ update_interval = 10 * 1000, important_threshold = 1.5, critical_threshold = 4.0, }, }