aboutsummaryrefslogtreecommitdiff
path: root/i3/myconf.sh
diff options
context:
space:
mode:
authorNeodarZ <neodarz@neodarz.ovh>2016-09-17 21:01:38 +0200
committerNeodarZ <neodarz@neodarz.ovh>2016-09-17 21:01:38 +0200
commitd16075fbc32b9d8dde5b0638efc9cd9d241acdab (patch)
tree46840733f1351ce5923acad4ce78215abda68574 /i3/myconf.sh
downloaddotfiles-d16075fbc32b9d8dde5b0638efc9cd9d241acdab.tar.xz
dotfiles-d16075fbc32b9d8dde5b0638efc9cd9d241acdab.zip
Add i3 conf
Diffstat (limited to 'i3/myconf.sh')
-rwxr-xr-xi3/myconf.sh8
1 files changed, 8 insertions, 0 deletions
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