Skip to content

Commit d5b8103

Browse files
committed
Update wakatime readme
1 parent 8571a30 commit d5b8103

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

source/plugins/wakatime/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,6 @@ Then setup [WakaTime plugins](https://wakatime.com/plugins) to be ready to go!
3333
plugin_wakatime_days: 7 # Display last week stats
3434
plugin_wakatime_sections: time, projects, projects-graphs # Display time and projects sections, along with projects graphs
3535
plugin_wakatime_limit: 4 # Show 4 entries per graph
36+
plugin_wakatime_url: http://wakatime.com # Wakatime url endpoint
37+
plugin_wakatime_user: .user.login # User
3638
```

source/plugins/wakatime/metadata.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,14 @@ inputs:
5656
# If you use a selfhosted wakatime instance (wakapi)
5757
# that is publicly available place your url here
5858
#
59-
# If you use the public wakapi instance the url
59+
# If you use the public wakapi instance the url
6060
# would be https://wakapi.dev
6161
plugin_wakatime_url:
6262
description: Address where to reach your Wakatime instance
6363
type: string
6464
default: http://wakatime.com
6565

66+
# Username on Wakatime
6667
plugin_wakatime_user:
6768
description: Your Wakatime user on the selfhosted Wakapi instance
6869
type: string

0 commit comments

Comments
 (0)