remove hardcoded year for calendar

This commit is contained in:
Mariano Ramon
2022-01-23 18:16:58 -03:00
parent 59964dcab3
commit 7a8367893c
6 changed files with 34 additions and 24 deletions

View File

@@ -15,12 +15,12 @@ switches = db.switch
dailies = db.daily
desktops = ("Work",
"Browse",
"Write",
"Work",
"Create",
"Learn",
"Other",
"Sleep")
"Learn",
"Challenges",
"Idle")
unlabeled = "Idle"