-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
21 lines (21 loc) · 820 Bytes
/
config.json
File metadata and controls
21 lines (21 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"log_file": "~/Nextcloud/time_tracker/log.csv",
"editor": "kate {LOG_FILE}",
"report": "konsole --hide-menubar -e \"/bin/bash -c '{PY_BIN} report_generator.py; read'\"",
"report_only_visual": "{PY_BIN} report_generator.py",
"report_days": 14,
"default_icon": "icons/black/23F1.png",
"use_utc": true,
"labels": [
["FAMOUS work", "icons/black/2699.png"],
["FAMOUS Communication", "icons/black/1F4E7.png"],
["---", ""],
["Administrative tasks", "icons/black/1F4CE.png"],
["Team Communication", "icons/black/E24A.png"],
["---", ""],
["Research and reading", "icons/black/1F4A1.png"],
["Try out new tools", "icons/black/1F532.png"],
["Other", "icons/black/1F518.png"],
["Break", "icons/black/2615.png"]
]
}