Media player blocklet for i3blocks
Go to file
2023-12-04 08:07:07 -05:00
LICENSE init 2023-12-04 07:57:19 -05:00
mediaplayer init 2023-12-04 07:57:19 -05:00
README.md finalize readme 2023-12-04 08:07:07 -05:00

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