i3blocks-mediaplayer/README.md
2023-12-04 08:07:07 -05:00

537 B

i3blocks-mediaplayer

A very simple media player blocklet for i3blocks.

Installation

Install the script in your i3blocks script directory:

cd ~/.config/i3blocks/scripts
curl -O -J https://git.everestlinux.org/lw-everestlinux/i3blocks-mediaplayer/raw/branch/main/mediaplayer

Add the following to i3blocks/config:

[mediaplayer]
command=$SCRIPT_DIR/mediaplayer
interval=1
CONCISE=true # change to "false" to show album name

gplv3-only