i3blocks-mediaplayer/README.md

26 lines
537 B
Markdown
Raw Permalink Normal View History

2023-12-04 07:57:19 -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
2023-12-04 08:07:07 -05:00
curl -O -J https://git.everestlinux.org/lw-everestlinux/i3blocks-mediaplayer/raw/branch/main/mediaplayer
2023-12-04 07:57:19 -05:00
```
Add the following to i3blocks/config:
```
[mediaplayer]
command=$SCRIPT_DIR/mediaplayer
interval=1
2023-12-04 08:07:07 -05:00
CONCISE=true # change to "false" to show album name
2023-12-04 07:57:19 -05:00
```
### Copyright
![gplv3-only](https://www.gnu.org/graphics/gplv3-with-text-136x68.png)