rusty1s/dotfiles

View on GitHub
i3/bar.sh

Summary

Maintainability
Test Coverage
#!/bin/sh

while :
do
  echo "$(~/dotfiles/i3/spotify.sh)  $(date +"%a. %H:%M")"
  sleep 1
done