Add timelogger to status bar
This commit is contained in:
@@ -37,7 +37,7 @@ mod_statusbar.create{
|
||||
-- right, respectively, and %systray is a placeholder for system tray
|
||||
-- windows and icons.
|
||||
--
|
||||
template=" %battery | %load | %mem_available | %taskwarrior %filler %timelogger | %systray | %date ",
|
||||
template=" %battery %battery_remaining | %load | %mem_available | %cpufreq_M %filler %pomodoro [ %timelogger ] %systray | %date ",
|
||||
--template="[ %date || load:% %>load || mail:% %>mail_new/%>mail_total ] %filler%systray",
|
||||
--template="[ %date || load: %05load_1min || mail: %02mail_new/%02mail_total ] %filler%systray",
|
||||
}
|
||||
@@ -50,7 +50,7 @@ mod_statusbar.launch_statusd{
|
||||
-- ISO-8601 date format with additional abbreviated day name.
|
||||
--date_format='%a %Y-%m-%d %H:%M',
|
||||
-- Finnish etc. date format
|
||||
date_format='%A, %d.%m.%Y | %H:%M',
|
||||
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',
|
||||
@@ -70,6 +70,11 @@ mod_statusbar.launch_statusd{
|
||||
--critical_threshold=4.0,
|
||||
},
|
||||
|
||||
-- Cpufreq
|
||||
cpufreq={
|
||||
update_interval=5*1000
|
||||
},
|
||||
|
||||
-- Mail meter
|
||||
--
|
||||
-- To monitor more mbox files, add them to the files table. For
|
||||
|
||||
Reference in New Issue
Block a user