add: mpd volume info
This commit is contained in:
parent
3e8296a126
commit
490c978990
2 changed files with 6 additions and 2 deletions
|
@ -4,10 +4,14 @@ align=center
|
||||||
separator=false
|
separator=false
|
||||||
separator_block_width=15
|
separator_block_width=15
|
||||||
|
|
||||||
[status_mpd]
|
[mpd_current]
|
||||||
command=./mpc-status
|
command=./mpc-current
|
||||||
interval=persist
|
interval=persist
|
||||||
|
|
||||||
|
[mpd_volume]
|
||||||
|
command=mpc volume | cut -d ":" -f 2
|
||||||
|
interval=1
|
||||||
|
|
||||||
[open_ncmpcpp]
|
[open_ncmpcpp]
|
||||||
full_text=♪
|
full_text=♪
|
||||||
command=i3-msg exec "alacritty -e ncmpcpp" > /dev/null
|
command=i3-msg exec "alacritty -e ncmpcpp" > /dev/null
|
||||||
|
|
Loading…
Reference in a new issue