My dotfiles. Period.

i3bar-sardine-moc 171B

123456789
  1. #!/bin/sh
  2. # shell script to prepend i3status with more stuff
  3. i3status | while :
  4. do
  5. read line
  6. mocp=$(sardine -c 0 moc)
  7. echo "$mocp" || exit 1
  8. done