From 051235f0be45b859dc1ca0c90c171123f5efb45d Mon Sep 17 00:00:00 2001 From: NeodarZ Date: Sun, 18 Sep 2016 02:15:35 +0200 Subject: Add new i3 --- 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..4a0f519 --- /dev/null +++ b/i3/myconf.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +i3block | while : +do + read line + music=`sh who.sh` + echo "$music | $line" || exit 1 +done -- cgit v1.2.1