diff --git a/SetUp.md b/SetUp.md index 69ab69e..86f5dd6 100644 --- a/SetUp.md +++ b/SetUp.md @@ -51,6 +51,22 @@ You can now use the following in your readme: ## Customization -If you want a distinction between the widget showing your currently playing, and your recently playing, you can hide the EQ bar when you're not actively listening. +If you want a distinction between the widget showing your currently playing, and your recently playing: -Remove the `#` in front of `contentBar` in [line 81](https://github.com/novatorem/novatorem/blob/98ba4a8489ad86f5f73e95088e620e8859d28e71/api/spotify.py#L81) of current master, then the EQ bar will be hidden when you're in not currently playing anything. \ No newline at end of file +### Hide the EQ bar + +Remove the `#` in front of `contentBar` in [line 81](https://github.com/novatorem/novatorem/blob/98ba4a8489ad86f5f73e95088e620e8859d28e71/api/spotify.py#L81) of current master, then the EQ bar will be hidden when you're in not currently playing anything. + +### Status String + +Have a string saying either "Vibing to:" or "Last seen playing:". + +* Change [`height` to `height + 40`](https://github.com/novatorem/novatorem/blob/5194a689253ee4c89a9d365260d6050923d93dd5/api/templates/spotify.html.j2#L1-L2) (or whatever `margin-top` is set to) +* Uncomment [**.main**'s `margin-top`](https://github.com/novatorem/novatorem/blob/5194a689253ee4c89a9d365260d6050923d93dd5/api/templates/spotify.html.j2#L10) +* Uncomment [currentStatus](https://github.com/novatorem/novatorem/blob/5194a689253ee4c89a9d365260d6050923d93dd5/api/templates/spotify.html.j2#L93) + +## Requests + +Customization requests can be submitted as an issue, like https://github.com/novatorem/novatorem/issues/2 + +If you want to share your own customization options, open a PR if it's done or open an issue if you want it implemented by someone else. \ No newline at end of file