Add some cool configs

This commit is contained in:
2017-03-18 18:00:03 +03:00
parent f1c009e59b
commit bfd59f0b2a
6 changed files with 144 additions and 16 deletions

View File

@@ -28,6 +28,8 @@ local function inform_timelogger ()
statusd.inform("timelogger_hint", "critical")
elseif tl_current >= 25*60 then
statusd.inform("timelogger_hint", "important")
else
statusd.inform("timelogger_hint", "normal")
end
end