aboutsummaryrefslogtreecommitdiff
path: root/i3/myconf.sh
blob: 8708a2f9d22e0b2713f12fdcd705fec5fe07ecf8 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

i3status | while :
do
	read line
	music=`sh who.sh`
	echo "M: $music | $line" || exit 1
done