From d16075fbc32b9d8dde5b0638efc9cd9d241acdab Mon Sep 17 00:00:00 2001 From: NeodarZ Date: Sat, 17 Sep 2016 21:01:38 +0200 Subject: Add i3 conf --- i3/myconf.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 i3/myconf.sh (limited to 'i3/myconf.sh') diff --git a/i3/myconf.sh b/i3/myconf.sh new file mode 100755 index 0000000..8708a2f --- /dev/null +++ b/i3/myconf.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +i3status | while : +do + read line + music=`sh who.sh` + echo "M: $music | $line" || exit 1 +done -- cgit v1.2.1