Adds mpv radio block
This commit is contained in:
parent
782795779b
commit
707294cc42
3 changed files with 29 additions and 7 deletions
|
@ -59,10 +59,20 @@ interval=5
|
|||
# Supported players are: spotify, vlc, audacious, xmms2, mplayer, and others.
|
||||
[mediaplayer]
|
||||
command=~/.dotfiles/i3/blocks/mediaplayer
|
||||
instance=spotify
|
||||
interval=2
|
||||
signal=10
|
||||
markup=pango
|
||||
#separator=false
|
||||
|
||||
# MPV Player
|
||||
#
|
||||
# This displays "ARTIST - SONG" if a music is playing.
|
||||
# Supported players are: spotify, vlc, audacious, xmms2, mplayer, and others.
|
||||
[mpvmediaplayer]
|
||||
command=~/.dotfiles/i3/blocks/mpvmediaplayer
|
||||
SOCKET=/tmp/mpvsocket
|
||||
interval=2
|
||||
#markup=pango
|
||||
|
||||
#[proftpstatus]
|
||||
#command=~/.dotfiles/i3/blocks/proftp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue