playerctl: added show now playing (#3967)

This commit is contained in:
enes4949
2020-04-07 04:24:51 +03:00
committed by GitHub
parent 17c18771b0
commit 998e0f5f4f

View File

@@ -25,3 +25,7 @@
- Send a command to all players: - Send a command to all players:
`playerctl --all-players {{command}}` `playerctl --all-players {{command}}`
- Show now playing:
`playerctl metadata --format "Now playing: {{artist}} - {{album}} - {{title}}"`