mpd script + overall update
[dotfiles.git] / Scripts / statusbar / blocks_date
1 #!/bin/sh
2
3 dte="$(date +"%a, %b %d %H:%M")"
4 echo -e " $dte"