-- -- Ion statusbar module configuration file -- -- Configure format and updating mod_statusbar.set{ -- ISO-8601 date format with additional abbreviated day name --date_format='%a %Y-%m-%d %H:%M', -- Finnish date format --date_format='%a %d.%m.%Y %H:%M' -- Locale date format (usually shows seconds, which would require -- updating rather often and can be distracting) --date_format='%c', -- Template. Tokens %string are replaced with the value of the -- corresponding meter. Currently supported meters are: -- %date date -- %load load average -- %mail_new new mail count -- %mail_unread unread mail count -- %mail_total total mail count --template="[ %date || load: %load || mail: %mail_new/%mail_total ]", } -- Create a statusbar --mod_statusbar.create{ -- First screen, bottom left corner -- screen=0, -- pos='bl', --}