Skip to content

Commit

Permalink
Update README.md (#7)
Browse files Browse the repository at this point in the history
Added version for aw-server-rust
  • Loading branch information
DajmondFM authored Aug 9, 2024
1 parent c837e91 commit aec8e2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@ Use `-vv` to see what's reported.
This watcher has a visualization which attempts to do its best to display the sorted list of artists with the overall play time for each artist.
Note that ActiveWatch UI gives no abilities for the widget to control its sizing, so it may appear smaller than builtin visualizations.

1. Add the following section to your `aw-server.toml` file in [config directory](https://docs.activitywatch.net/en/latest/directories.html#config):
1. Add the following section to your `aw-server/aw-server.toml` or `aw-server-rust/config.toml` file in [config directory](https://docs.activitywatch.net/en/latest/directories.html#config):
```toml
[server.custom_static]
aw-watcher-media-player = "/path/to/aw-watcher-media-player/visualization"
# aw-watcher-media-player = "/usr/share/aw-watcher-media-player/visualization" # .deb installation
# aw-watcher-media-player = "/usr/local/share/aw-watcher-media-player/visualization" # Linux installation from archive
# aw-watcher-media-player = "C:\Users\<USER>\AppData\Local\aw-watcher-media-player\visualization" # Windows installer
# aw-watcher-media-player = 'C:\Users\<USER>\AppData\Local\aw-watcher-media-player\visualization' # Windows installer
```
2. Restart ActivityWatch
3. Add custom visualizations from the Activity Watch GUI: `Activity > Edit View > Add Visualization > Custom Visualization`
Expand Down

0 comments on commit aec8e2f

Please sign in to comment.