Skip to content

Instantly share code, notes, and snippets.

@fser
fser / update_song_display
Created November 7, 2012 15:01
update awesome widget with mpc current song
#!/usr/bin/env perl
# François Serman <[email protected]>
# 07 nov 2012
# Initial version: updates awesome widget perdiodicaly, or when killed
# via SIGUSR1
#
# Awesome setup:
# mpdbox = widget({ type = "textbox", name = "mpdbox" })
# ...