hardcoded updates

This commit is contained in:
buenosairesam
2025-05-08 22:58:56 -03:00
parent 706ed2039c
commit 0b9f23fafd
4 changed files with 18 additions and 32 deletions

View File

@@ -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(),