diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/player | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -24,6 +24,7 @@ help() { - play-pause: play/pause - rotate: rotate across available MPRIS players - synopsis: show the current MPRIS player and title + - synopsis-f: show the current MPRIS player and title Manipulate the MPRIS audio player. @@ -156,6 +157,9 @@ case "$ACTION" in "$(printf '%s\n' "$CURRENT_PLAYER" | format_player_name)" \ "$(formatted_player_title)" ;; + synopsis-f) + tail -f "$CURRENT_PLAYER_PATH" 2>/dev/null | format_player_name + ;; *) printf 'Bad ACTION: "%s".\n\n' "$ACTION" >&2 usage >&2 |