Changed Pomodoro icons, made the work/break periods variables

This commit is contained in:
Karthik Chikmagalur 2019-09-29 13:57:46 -07:00
parent d6072d0eb7
commit c4ba2195b3
2 changed files with 14 additions and 9 deletions

View file

@ -224,8 +224,9 @@
"prefix": ""
},
"pomodoro": {
"off": { "prefix": "🍅" },
"off": { "prefix": "" },
"paused": { "prefix": "" },
"on": { "prefix": "" }
"work": { "prefix": "" },
"break": { "prefix": "" }
}
}