aboutsummaryrefslogtreecommitdiff
path: root/i3/myconf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'i3/myconf.sh')
-rwxr-xr-xi3/myconf.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/i3/myconf.sh b/i3/myconf.sh
deleted file mode 100755
index 8708a2f..0000000
--- a/i3/myconf.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-
-i3status | while :
-do
- read line
- music=`sh who.sh`
- echo "M: $music | $line" || exit 1
-done