added imperfect today totals

This commit is contained in:
Mariano Ramon
2020-04-12 08:20:00 -03:00
parent 2f72244972
commit 5402b8854b
4 changed files with 93 additions and 6 deletions

View File

@@ -18,7 +18,8 @@ desktops = ("Work",
"Browse",
"Write",
"Learn",
"Idle")
"Idle",
"Self")
unlabeled = "Other"
@@ -39,8 +40,6 @@ def desktop(workspace_index):
except IndexError:
return unlabeled
current_workspace = active_workspace()
last_switch_time = now()