You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/config.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,8 @@ All configuration files should be placed inside the application's configuration
33
33
|`default_device`| the default device to connect to on startup if no playing device found |`spotify-player`|
34
34
|`play_icon`| the icon to indicate playing state of a Spotify item |`▶`|
35
35
|`pause_icon`| the icon to indicate pause state of a Spotify item |`▌▌`|
36
+
|`liked_icon`| the icon to indicate the liked state of a song |`♥`|
37
+
|`playback_position`| the position of the playback window |`Top`|
36
38
|`playback_window_width`| the width of the playback window |`6`|
37
39
|`cover_img_width`| the width of the cover image (`image` feature only) |`5`|
38
40
|`cover_img_length`| the length of the cover image (`image` feature only) |`9`|
@@ -61,6 +63,7 @@ The default `app.toml` can be found in the example [`app.toml`](../examples/app.
61
63
62
64
- An example of event that triggers a playback update is the one happening when the current track ends.
63
65
-`copy_command` is represented by a struct with two fields `command` and `args`. For example, `copy_command = { command = "xclip", args = ["-sel", "c"] }`. The copy command should read input from **standard input**.
66
+
-`playback_position` can only be either `Top` or `Bottom`.
0 commit comments