1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Closes #33. Creates .wtf dir and config.yml if they don't exist.

This commit is contained in:
Chris Cummer
2018-05-16 10:23:46 -07:00
parent 9f59ee1f9f
commit 27107fcd37
4 changed files with 129 additions and 10 deletions

View File

@@ -217,6 +217,8 @@ func (widget *Widget) responseIcon(event *calendar.Event) string {
icon = icon + "✘ "
case "needsAction":
icon = icon + "? "
case "tentative":
icon = icon + "~ "
default:
icon = icon + ""
}