mod_statusbar.create{ screen=0, pos='bl', fullsize=true, systray=true, template=" [%date] [%load] %filler %systray [%xkbion] ", } mod_statusbar.launch_statusd{ date={ update_interval=1000, date_format="%Y-%m-%d %H:%M", }, load={ update_interval=1000, important_threshold=0.4, critical_threshold=0.9, }, }