diff options
author | Jesús <heckyel@hyperbola.info> | 2021-09-07 15:55:52 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-09-07 15:55:52 -0500 |
commit | e161f825cc079e78496cb20115427b3718c39b1e (patch) | |
tree | a2fae0daf3d3c001ef5f3a102df6af033702eba6 /i3blocks.conf | |
parent | 00f1e71d19620f809fd2462a57e52571ab2bb109 (diff) | |
download | i3-config-e161f825cc079e78496cb20115427b3718c39b1e.tar.lz i3-config-e161f825cc079e78496cb20115427b3718c39b1e.tar.xz i3-config-e161f825cc079e78496cb20115427b3718c39b1e.zip |
Add mediaplayer without D-Bus support
Diffstat (limited to 'i3blocks.conf')
-rw-r--r-- | i3blocks.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/i3blocks.conf b/i3blocks.conf index cf6fe27..0f48199 100644 --- a/i3blocks.conf +++ b/i3blocks.conf @@ -29,6 +29,15 @@ command=$HOME/.config/i3/scripts/i3blocks/$BLOCK_NAME separator_block_width=15 markup=none +# Generic media player support +# +# This displays "ARTIST - SONG" if a music is playing. +# Supported players are: mpd, cmus, rhythmbox. +# [mediaplayer] +# instance=mpd +# interval=5 +# signal=10 + # CMUS support # # This displays "ARTIST - SONG" if a music is playing. |