add custom status bar

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-06-03 14:22:01 +02:00
parent 678422594e
commit ecff67913f
1 changed files with 9 additions and 0 deletions

9
status-bar Normal file
View File

@ -0,0 +1,9 @@
#!/bin/sh
i3status | while :
do
read line
sut=$(sut)
echo $sut | $line" || exit 1
done