aboutsummaryrefslogtreecommitdiff
path: root/i3blocks/lemon
blob: 16fb18e5a97a47c8291a48cc62a3cbdce0a71c73 (plain)
1
2
3
4
5
6
7
8
while true; do
	text=""
	for file in *.sh; do
		text="$text | $("$file" | sed 1q)"
	done
	 echo "$text"
	sleep 1
done | lemonbar