Wikia

Music Player Daemon Community Wiki

Watchlist Recent changes

Hack:smpc

Use it with dzen to show a nice output of mpc at the top of the screen (you can modify this if you know how to use dzen well, i just dled it xD):


smpc.sh:

#!/bin/bash
opt=$@
mpc $opt &> /dev/null 
title="`mpc --format \"[[%artist%  - ]%title%]\" | head -n 1`"
status="`mpc | head -n 2 | tail -n 1`"
volume="`mpc | tail -n 1`"
message="$title -- $status -- $volume" 
echo $message
(echo $message; sleep 2) | dzen2 -u

Pages on Music Player Daemon Community Wiki

Add a Page
543pages on
this wiki
Advertisement | Your ad here

Latest Photos

Add a Photo
114photos on this wiki
See more >

Recent Wiki Activity

See more >

Around Wikia's network

Random Wiki