1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2024-10-07 04:22:53 +00:00
Dotfiles/.config/polybar/polybar-scripts/player-mpris-simple/README.md

24 lines
428 B
Markdown
Raw Normal View History

2020-07-27 04:59:00 +00:00
# Script: player-mpris-simple
A small script that shows the current track.
![player-mpris-simple](screenshots/1.png)
## Dependencies
* [playerctl](https://github.com/acrisci/playerctl)
## Module
```ini
[module/player-mpris-simple]
type = custom/script
exec = ~/polybar-scripts/player-mpris-simple.sh
interval = 3
click-left = playerctl previous &
click-right = playerctl next &
click-middle = playerctl play-pause &
```