Update README.md

This commit is contained in:
lowlighter
2021-02-17 14:17:27 +01:00
parent 104bddb71a
commit 202d3a30ec
6 changed files with 7 additions and 7 deletions

View File

@@ -37,5 +37,5 @@ These sections can also be filtered by media type, which can be either `anime`,
plugin_anilist_limit: 2 # Limit to 2 entry per section (characters section excluded)
plugin_anilist_shuffle: yes # Shuffle data for more varied outputs
plugin_anilist_user: .user.login # Use same username as GitHub login
plugin_anilist_limit_characters: 22 # Limit to 22 characters in characters section (🚧 @master feature)
plugin_anilist_limit_characters: 22 # Limit to 22 characters in characters section
```

View File

@@ -30,5 +30,5 @@ It is also possible to use a predefined set of colors from [colorsets.json](colo
plugin_languages_skipped: my-test-repo # List of repositories to skip
plugin_languages_colors: "0:orange, javascript:#ff0000, ..." # Make most used languages orange and JavaScript red
plugin_languages_details: bytes-size, percentage # Additionally display total bytes size and percentage
plugin_languages_threshold: 2% # Hides all languages less than 2% (🚧 @master feature)
plugin_languages_threshold: 2% # Hides all languages less than 2%
```

View File

@@ -180,7 +180,7 @@ Register your API key to finish setup.
plugin_music_provider: spotify # Use Spotify as provider
plugin_music_mode: recent # Set plugin mode
plugin_music_limit: 4 # Limit to 4 entries
plugin_music_played_at: yes # Show timestamp (only works with spotify, 🚧 @master feature)
plugin_music_played_at: yes # Show timestamp (for spotify only)
plugin_music_token: "${{ secrets.SPOTIFY_CLIENT_ID }}, ${{ secrets.SPOTIFY_CLIENT_SECRET }}, ${{ secrets.SPOTIFY_REFRESH_TOKEN }}"
```

View File

@@ -21,7 +21,7 @@ The [nightscout website](http://www.nightscout.info/) details how to self-host a
[➡️ Available options for this plugin](metadata.yml)
```yaml
- uses: lowlighter/metrics@master
- uses: lowlighter/metrics@latest
with:
# ... other options
plugin_nightscout: yes

View File

@@ -1,12 +1,12 @@
- name: Nightscout plugin (default)
uses: lowlighter/metrics@master
uses: lowlighter/metrics@latest
with:
token: NOT_NEEDED
plugin_nightscout: yes
plugin_nightscout_url: https://testapp.herokuapp.com/
- name: Nightscout plugin (without graph)
uses: lowlighter/metrics@master
uses: lowlighter/metrics@latest
with:
token: NOT_NEEDED
plugin_nightscout: yes

View File

@@ -28,7 +28,7 @@ Then setup [WakaTime plugins](https://wakatime.com/plugins) to be ready to go!
- uses: lowlighter/metrics@latest
with:
# ... other options
plugin_wakatime: yes # (🚧 @master feature)
plugin_wakatime: yes
plugin_wakatime_token: ${{ secrets.WAKATIME_TOKEN }} # Required
plugin_wakatime_days: 7 # Display last week stats
plugin_wakatime_sections: time, projects, projects-graphs # Display time and projects sections, along with projects graphs