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

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