hardcoded updates
This commit is contained in:
@@ -19,7 +19,7 @@ switches = db.switch
|
||||
dailies = db.daily
|
||||
|
||||
|
||||
desktops = ("Plan", "Think", "Work", "Other", "Away")
|
||||
desktops = ("Plan", "Think", "Work", "Other", "Away", "Work", "Work")
|
||||
|
||||
|
||||
task_file = "/home/mariano/LETRAS/org/task/main"
|
||||
@@ -101,9 +101,7 @@ while True:
|
||||
{"_id": last_doc["_id"]}, {"$set": {"delta": delta, "task": current_task}}
|
||||
)
|
||||
else:
|
||||
time.sleep(2)
|
||||
current_workspace = active_workspace()
|
||||
|
||||
switch = {
|
||||
"workspace": desktop(current_workspace),
|
||||
"date": now(),
|
||||
|
||||
Reference in New Issue
Block a user