ActivityWatch / aw-watcher-input

Track your keypresses and mouse movements with ActivityWatch
109 stars 20 forks source link

feat: added basic custom visualization #12

Closed ErikBjare closed 2 years ago

ErikBjare commented 2 years ago

Intended to be used with the experimental custom_static/custom visualizations feature: https://github.com/ActivityWatch/aw-server/pull/83

ErikBjare commented 2 years ago

@Alwinator Here's my initial example :)

Alwinator commented 2 years ago

@ErikBjare Looks great ;)

Maybe change the name of the variable from 'stop' to 'end'? (Line 20, index.js)

ErikBjare commented 2 years ago

@Alwinator Good catch!

Alwinator commented 2 years ago

@ErikBjare Thanks :)

Alwinator commented 2 years ago

@ErikBjare You can also replace 'stop' to 'end' in the console.log (Line 22) ;)