Skip to content

Commit cc5b437

Browse files
committed
docs: added more activities to demomode
1 parent f0a06dd commit cc5b437

1 file changed

Lines changed: 34 additions & 1 deletion

File tree

src/store/modules/activity_daily.ts

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ const actions = {
212212
app: 'Firefox',
213213
title: 'Inbox - Gmail - Mozilla Firefox',
214214
url: 'https://mail.google.com',
215-
$category: ['Work'],
215+
$category: ['Comms', 'Email'],
216216
},
217217
},
218218
{
@@ -242,6 +242,39 @@ const actions = {
242242
$category: ['Media', 'Social Media'],
243243
},
244244
},
245+
{
246+
duration: 0.15 * 60 * 60,
247+
data: {
248+
app: 'Firefox',
249+
title: 'Stack Overflow',
250+
url: 'https://stackoverflow.com',
251+
$category: ['Work', 'Programming'],
252+
},
253+
},
254+
{
255+
duration: 48.2 * 60,
256+
data: {
257+
app: 'Terminal',
258+
title: 'vim ~/code/activitywatch/aw-server/aw-webui/src',
259+
$category: ['Work', 'Programming', 'ActivityWatch'],
260+
},
261+
},
262+
{
263+
duration: 12.6 * 60,
264+
data: {
265+
app: 'Terminal',
266+
title: 'bash ~/code/activitywatch',
267+
$category: ['Work', 'Programming', 'ActivityWatch'],
268+
},
269+
},
270+
{
271+
duration: 58.1 * 60,
272+
data: {
273+
app: 'zoom',
274+
title: 'Zoom Meeting',
275+
$category: ['Comms', 'Video Conferencing'],
276+
},
277+
},
245278
{
246279
duration: 0.4 * 60 * 60,
247280
data: { app: 'Minecraft', title: 'Minecraft', $category: ['Media', 'Games'] },

0 commit comments

Comments
 (0)